0c2e36ef7c
Diff from Jeff Quast, tweaked by jasper@, thanks a lot to both of you. Tested a lot by myself, and I think niallo@ and jasper@ too.
30 lines
1.2 KiB
Plaintext
30 lines
1.2 KiB
Plaintext
$OpenBSD: patch-Makefile,v 1.2 2007/06/11 10:56:28 mk Exp $
|
|
--- Makefile.orig Fri Apr 20 21:47:49 2007
|
|
+++ Makefile Tue May 29 15:00:57 2007
|
|
@@ -408,7 +408,6 @@ LRT:=
|
|
endif
|
|
endif
|
|
|
|
-CFLAGS += $(BASECFLAGS)
|
|
|
|
ifdef UNIX
|
|
CDEFS += -DUNIX
|
|
@@ -929,7 +928,7 @@ endif
|
|
|
|
$(STRGEN): strgen/strgen.c string.c endian_host.h table/control_codes.h
|
|
@echo '===> Compiling and Linking $@'
|
|
- $(Q)$(CC_HOST) $(CFLAGS_HOST) -DSTRGEN strgen/strgen.c string.c -o $@
|
|
+ $(Q)$(CC_HOST) $(CFLAGS) -DSTRGEN strgen/strgen.c string.c -o $@
|
|
|
|
table/strings.h: lang/english.txt $(STRGEN)
|
|
@echo '===> Generating $@'
|
|
@@ -953,8 +952,6 @@ release: all
|
|
$(Q)cp -R $(TTD) "/t/openttd-$(REV)-morphos/"
|
|
$(Q)cp data/* "/t/openttd-$(REV)-morphos/data/"
|
|
$(Q)cp lang/*.lng "/t/openttd-$(REV)-morphos/lang/"
|
|
- $(Q)-cp scenario/*.scn "/t/openttd-$(REV)-morphos/scenario/"
|
|
- $(Q)-cp scenario/heightmap/* "/t/openttd-$(REV)-morphos/scenario/heightmap/"
|
|
$(Q)cp readme.txt "/t/openttd-$(REV)-morphos/docs/ReadMe"
|
|
$(Q)cp COPYING "/t/openttd-$(REV)-morphos/docs/"
|
|
$(Q)cp changelog.txt "/t/openttd-$(REV)-morphos/docs/ChangeLog"
|