From 7fea17457dd1d87f1ab41fd84965dad8a4c3122e Mon Sep 17 00:00:00 2001 From: tron Date: Sun, 21 Nov 2004 12:18:52 +0000 Subject: (svn r726) The OpenTTD binary doesn't depend on the language files, so move this dependency to the all target --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 8c8acc682..276834956 100644 --- a/Makefile +++ b/Makefile @@ -585,7 +585,7 @@ OSX:=OSX endif -all: endian.h $(UPDATECONFIG) $(TTD) $(OSX) $(endwarnings) +all: endian.h $(UPDATECONFIG) $(LANGS) $(TTD) $(OSX) $(endwarnings) endian.h: $(ENDIAN_CHECK) @# Check if system is LITTLE_ENDIAN or BIG_ENDIAN @@ -597,7 +597,7 @@ $(ENDIAN_CHECK): endian_check.c $(CC) $(BASECFLAGS) $(CDEFS) endian_check.c -o $@ -$(TTD): table/strings.h $(ttd_OBJS) $(LANGS) $(MAKE_CONFIG) +$(TTD): table/strings.h $(ttd_OBJS) $(MAKE_CONFIG) $(if $(VERBOSE),@echo '$(C_LINK) $@ $(TTDLDFLAGS) $(ttd_OBJS) $(LIBS)';,@echo 'Compiling and Linking $@';) \ $(C_LINK) $@ $(TTDLDFLAGS) $(ttd_OBJS) $(LIBS) $(VERBOSE_FILTER) -- cgit v1.2.3-54-g00ecf