summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>2000-03-07 05:05:50 +0000
committerallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>2000-03-07 05:05:50 +0000
commitcc5cbb3e699cee89824b6a7fd694be00da054479 (patch)
treea4408d25e1ee8b485be8affe2b9eafde144e1a5b /Makefile
parentda7d5705d1182caa9c865a0d20bccc6a723d0d8d (diff)
Fixing typo in UsersGuide target
Changed WARNINGS to WARN git-svn-id: http://svn.cactuscode.org/flesh/trunk@1422 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index fba438c2..4c6527b8 100644
--- a/Makefile
+++ b/Makefile
@@ -16,7 +16,7 @@
#
#
# @enddesc
-# @version $Id: Makefile,v 1.74 2000-03-06 12:21:32 allen Exp $
+# @version $Id: Makefile,v 1.75 2000-03-07 05:05:50 allen Exp $
# @@*/
##################################################################################
@@ -154,8 +154,8 @@ endif
# Compile-time options
# Warning options
-ifdef WARNINGS
-CCTK_WARN_MODE=$(WARNINGS)
+ifdef WARN
+CCTK_WARN_MODE=$(WARN)
else
CCTK_WARN_MODE=no
endif
@@ -316,7 +316,7 @@ endif
@echo " tags - creates a Vi TAGS file."
@echo " thorninfo - give information about all available "
@echo " thorns."
- @echo " UsersGuide - creates users manual UserGuide.ps."
+ @echo " UsersGuide - creates users manual UsersGuide.ps."
@echo " <anything else> - prompts to create such a configuration."
@echo $(DIVIDER)