Module Name:    src
Committed By:   mrg
Date:           Fri May 21 05:55:24 UTC 2010

Modified Files:
        src/external/mit/xorg/bin/imake: Makefile

Log Message:
find config.h where it is now available from.  for imake 1.0.3.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/external/mit/xorg/bin/imake/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/external/mit/xorg/bin/imake/Makefile
diff -u src/external/mit/xorg/bin/imake/Makefile:1.2 src/external/mit/xorg/bin/imake/Makefile:1.3
--- src/external/mit/xorg/bin/imake/Makefile:1.2	Tue Oct 14 23:37:19 2008
+++ src/external/mit/xorg/bin/imake/Makefile	Fri May 21 05:55:24 2010
@@ -1,10 +1,11 @@
-#	$NetBSD: Makefile,v 1.2 2008/10/14 23:37:19 cube Exp $
+#	$NetBSD: Makefile,v 1.3 2010/05/21 05:55:24 mrg Exp $
 
 .include <bsd.own.mk>
 
 PROG=	imake
 
 CPPFLAGS+=	-I${DESTDIR}${X11INCDIR}/X11
+CPPFLAGS+=	-I${X11SRCDIR.${PROG}}/../include
 
 CPP_PROGRAM=	cpp
 CPPFLAGS+=	-DCPP_PROGRAM=\"$(CPP_PROGRAM)\"

Reply via email to