summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authortruelight <truelight@openttd.org>2004-12-20 14:37:52 +0000
committertruelight <truelight@openttd.org>2004-12-20 14:37:52 +0000
commit0e82e6217dbf08996f0e4a4b819b8ba71a396a4c (patch)
treec5815ed6abd2f2f565a29db5bc23cb3da014c5ac /Makefile
parent6146ed84936d830428e192266aab2a1c58c3a885 (diff)
downloadopenttd-0e82e6217dbf08996f0e4a4b819b8ba71a396a4c.tar.xz
(svn r1182) -Fix: Makefile had a small glitch, making it impossible to compile the game (Oskar_)
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index b1337c5aa..e974e4920 100644
--- a/Makefile
+++ b/Makefile
@@ -735,7 +735,7 @@ $(64_bit_warnings):
$(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 @@ endif
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