summaryrefslogtreecommitdiff
path: root/cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cpp')
-rw-r--r--cpp/config/Makefile6
1 files changed, 0 insertions, 6 deletions
diff --git a/cpp/config/Makefile b/cpp/config/Makefile
index 8a04f33a071..6b8fd4861dc 100644
--- a/cpp/config/Makefile
+++ b/cpp/config/Makefile
@@ -27,9 +27,3 @@ install::
$(call installdata,upgradeicegrid.py,$(prefix)/config)
$(call installdata,icegrid-slice.3.0.ice.gz,$(prefix)/config)
-$(EVERYTHING)::
- @for subdir in $(SUBDIRS); \
- do \
- echo "making $@ in $$subdir"; \
- ( cd $$subdir && $(MAKE) $@ ) || exit 1; \
- done