From 1f12848028ff543b3938970ff4b77fe225eb5708 Mon Sep 17 00:00:00 2001 From: Thomas O Fredericks Date: Thu, 27 May 2010 21:33:23 +0000 Subject: Modified Makefile so it fits with my new dir structure svn path=/trunk/; revision=13570 --- externals/Makefile | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'externals/Makefile') diff --git a/externals/Makefile b/externals/Makefile index 43752a55..ab8b9b9a 100644 --- a/externals/Makefile +++ b/externals/Makefile @@ -1689,11 +1689,9 @@ tof_install: tof --license "Whatever Hans wants" \ --version "2009-09-22" install -p $(TOF_OBJECTS:.c=.$(EXTENSION)) $(DESTDIR)$(objectsdir)/$(TOF_NAME) - install -p $(externals_src)/tof/help/*.pd \ + install -p $(externals_src)/tof/tof/*.gif \ $(DESTDIR)$(objectsdir)/$(TOF_NAME) - install -p $(externals_src)/tof/help/*.gif \ - $(DESTDIR)$(objectsdir)/$(TOF_NAME) - install -p $(externals_src)/tof/abs/*.pd \ + install -p $(externals_src)/tof/tof/*.pd \ $(DESTDIR)$(objectsdir)/$(TOF_NAME) tof_clean: -- cgit v1.2.1