(svn r1182) -Fix: Makefile had a small glitch, making it impossible to compile the game (Oskar_)
authortruelight
Mon, 20 Dec 2004 14:37:52 +0000
changeset 730 95ef392e5db0
parent 729 032e567e719d
child 731 d84c0859b54e
(svn r1182) -Fix: Makefile had a small glitch, making it impossible to compile the game (Oskar_)
Makefile
--- a/Makefile	Mon Dec 20 12:38:33 2004 +0000
+++ b/Makefile	Mon Dec 20 14:37:52 2004 +0000
@@ -735,7 +735,7 @@
 
 $(STRGEN): strgen/strgen.c endian.h
 	@echo 'Compiling and Linking $@'; \
-		$(CC) $(BASECFLAGS) $(CDEFS) -o $@ $^ $(VERBOSE_FILTER)
+		$(CC) $(BASECFLAGS) $(CDEFS) -o $@ $< $(VERBOSE_FILTER)
 
 table/strings.h: lang/english.txt $(STRGEN)
 	@echo 'Generating $@'; \
@@ -849,7 +849,7 @@
 love:
 	@echo "YES! I thought you would never ask. We will have a great time. You can keep me turned on all night"
 
-.PHONY: clean all $(OSX) install $(64_bit_warnings) $(endwarnings) love endian.h
+.PHONY: clean all $(OSX) install $(64_bit_warnings) $(endwarnings) love
 
 
 ### Automatic configuration