summaryrefslogtreecommitdiff
path: root/makefiledir/Makefile.config_writer
diff options
context:
space:
mode:
authorpeter1138 <peter1138@openttd.org>2006-03-31 21:06:55 +0000
committerpeter1138 <peter1138@openttd.org>2006-03-31 21:06:55 +0000
commit92c4d26a26b2760a5524ba7dcca796889d557c8f (patch)
tree2602ec883ba4ff050a9eb63b9f00809a2e01b8f3 /makefiledir/Makefile.config_writer
parentab1ecd7704240e3ce732ac42f9c1cadbcfb61f8b (diff)
downloadopenttd-92c4d26a26b2760a5524ba7dcca796889d557c8f.tar.xz
(svn r4217) Replace SDL-CONFIG and LIBPNG-CONFIG with SDL_CONFIG and LIBPNG_CONFIG
Diffstat (limited to 'makefiledir/Makefile.config_writer')
-rw-r--r--makefiledir/Makefile.config_writer4
1 files changed, 2 insertions, 2 deletions
diff --git a/makefiledir/Makefile.config_writer b/makefiledir/Makefile.config_writer
index a305c89d0..7caff27d7 100644
--- a/makefiledir/Makefile.config_writer
+++ b/makefiledir/Makefile.config_writer
@@ -92,8 +92,8 @@ $(MAKE_CONFIG):
$(call CONFIG_LINE,)
$(call CONFIG_LINE,\# misc)
- $(call CONFIG_LINE,SDL-CONFIG:=$(SDL-CONFIG))
- $(call CONFIG_LINE,LIBPNG-CONFIG:=$(LIBPNG-CONFIG))
+ $(call CONFIG_LINE,SDL_CONFIG:=$(SDL_CONFIG))
+ $(call CONFIG_LINE,LIBPNG_CONFIG:=$(LIBPNG_CONFIG))
$(call CONFIG_LINE,BEOS_NET_SERVER:=$(BEOS_NET_SERVER))
$(call CONFIG_LINE,CONFIG_INCLUDED:=yes)
$(call CONFIG_LINE,PATH_SET:=$(PATH_SET))