From 09a97f060882fabfb243d5378790ca0434c8dd2c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vincent=20B=C3=A9ron?= Date: Mon, 1 Sep 2003 23:59:41 +0000 Subject: [PATCH] Fixed typo. --- tools/wrc/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/wrc/Makefile.in b/tools/wrc/Makefile.in index 9f2c46ef130..1e0d9c0dca7 100644 --- a/tools/wrc/Makefile.in +++ b/tools/wrc/Makefile.in @@ -1,4 +1,4 @@ -DEFS = -DDINCLUDEDIR="\"$(includedir)\"" +DEFS = -DINCLUDEDIR="\"$(includedir)\"" TOPSRCDIR = @top_srcdir@ TOPOBJDIR = ../.. SRCDIR = @srcdir@