summaryrefslogtreecommitdiff
path: root/lib/make/make.subdir
diff options
context:
space:
mode:
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