summaryrefslogtreecommitdiff
path: root/lib/make/make.subdir
diff options
context:
space:
mode:
authorgoodale <goodale@17b73243-c579-4c4c-a9d2-2d5706c11dac>2001-05-09 21:06:20 +0000
committergoodale <goodale@17b73243-c579-4c4c-a9d2-2d5706c11dac>2001-05-09 21:06:20 +0000
commit6039777605881b19b6bb3821a8e97d370336ed67 (patch)
treee0d3490c83615f55599daa5128393f2fc2847403 /lib/make/make.subdir
parentaae8e43a8b249fc9ec8a51ec93af8e8ea6c7350a (diff)
Changed so that make.subdir is used for building all user-supplied files.
Optimised a bit so libs and executable are only rebuilt if a source file/header has really changed. Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@2158 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'lib/make/make.subdir')
-rw-r--r--lib/make/make.subdir4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/make/make.subdir b/lib/make/make.subdir
index 570f8f9f..c70ea2df 100644
--- a/lib/make/make.subdir
+++ b/lib/make/make.subdir
@@ -26,9 +26,9 @@ include $(SRCDIR)/make.code.defn
OBJS = $(SRCS:%=%.o)
# Build all the object files
-.PHONY:all
-all: $(OBJS)
+make.checked: $(OBJS)
+ touch make.checked
# Rules to make the object files
include $(CONFIG)/make.config.rules