Fix typo in wrc/Makefile.in. Vincent
Index: Makefile.in =================================================================== RCS file: /home/wine/wine/tools/wrc/Makefile.in,v retrieving revision 1.27 diff -u -r1.27 Makefile.in --- Makefile.in 1 May 2003 03:16:21 -0000 1.27 +++ Makefile.in 1 Sep 2003 16:59:05 -0000 @@ -1,4 +1,4 @@ -DEFS = -DDINCLUDEDIR="\"$(includedir)\"" +DEFS = -DINCLUDEDIR="\"$(includedir)\"" TOPSRCDIR = @top_srcdir@ TOPOBJDIR = ../.. SRCDIR = @srcdir@