PATCH: no more ETCDIR

Marcus Meissner meissner at suse.de
Tue Sep 6 07:02:58 CDT 2005


Hi,

ETCDIR is apparently no longer used (and has not been for quite some time),
so remove the -D.

Ciao, Marcus

Changelog:
	remove -DETCDIR (unused)


Index: dlls/kernel/Makefile.in
===================================================================
RCS file: /home/wine/wine/dlls/kernel/Makefile.in,v
retrieving revision 1.123
diff -u -r1.123 Makefile.in
--- dlls/kernel/Makefile.in	29 Aug 2005 10:20:51 -0000	1.123
+++ dlls/kernel/Makefile.in	6 Sep 2005 12:02:04 -0000
@@ -1,4 +1,4 @@
-EXTRADEFS = -D_KERNEL32_ -DETCDIR="\"$(sysconfdir)\""
+EXTRADEFS = -D_KERNEL32_
 TOPSRCDIR = @top_srcdir@
 TOPOBJDIR = ../..
 SRCDIR    = @srcdir@



More information about the wine-patches mailing list