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.subdir2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/make/make.subdir b/lib/make/make.subdir
index dacd878a..95b5d7e1 100644
--- a/lib/make/make.subdir
+++ b/lib/make/make.subdir
@@ -28,7 +28,7 @@ OBJS = $(SRCS:%=%.o)
# Build all the object files
$(CCTK_TARGET): $(OBJS)
- touch make.checked
+ echo "" > make.checked
# Rules to make the object files
include $(CONFIG)/make.config.rules