summaryrefslogtreecommitdiff
path: root/lib/make/make.configuration
diff options
context:
space:
mode:
authorgoodale <goodale@17b73243-c579-4c4c-a9d2-2d5706c11dac>1999-02-22 16:07:01 +0000
committergoodale <goodale@17b73243-c579-4c4c-a9d2-2d5706c11dac>1999-02-22 16:07:01 +0000
commitdb76e962288647b9d386970ae32ecab5a60942dc (patch)
tree1849dabe74315cce1ce6538dd011fa7bd9e55185 /lib/make/make.configuration
parentfe5c4de756890959e2216048ed036f52115d37ce (diff)
Fixed major bug in statement which only include make.thornlist if no
make target specified. make realclean now deletes the make.thornlist file. Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@328 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'lib/make/make.configuration')
-rw-r--r--lib/make/make.configuration3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/make/make.configuration b/lib/make/make.configuration
index 50182370..b37a8d0e 100644
--- a/lib/make/make.configuration
+++ b/lib/make/make.configuration
@@ -36,7 +36,7 @@ include $(CONFIG)/make.config.defn
# as if the file didn't exist it would first be made, which would be
# pretty confusing during a make clean !
-ifeq ($strip($(MAKECMDGOALS)),)
+ifeq ($(strip $(MAKECMDGOALS)),)
-include $(CONFIG)/make.thornlist
endif
@@ -141,5 +141,6 @@ realclean:
@echo Deleting all built files in $(TOP)
rm -rf $(TOP)/build
rm -rf $(TOP)/bindings
+ rm -rf $(TOP)/config-data/make.thornlist
rm -rf $(TOP)/lib/*
rm -f datestamp.o