summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--build.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/build.mk b/build.mk
index 52111e83d3..23d3773499 100644
--- a/build.mk
+++ b/build.mk
@@ -18,8 +18,6 @@ STAMP = buildmk.stamp
ALWAYS = generated_lists
-.PHONY: $(ALWAYS)
-
all: $(STAMP) $(ALWAYS)
@$(MAKE) -s -f build2.mk
@@ -47,3 +45,5 @@ cvsclean:
(cd `dirname $$i` 2>/dev/null && (rm -f `cat .cvsignore` *.o *.a; rm -rf .libs .deps) || true); \
done
@rm -f $(SUBDIRS) 2>/dev/null || true
+
+.PHONY: $(ALWAYS)