Module Name: src
Committed By: mrg
Date: Mon Mar 17 09:07:09 UTC 2014
Modified Files:
src/external/mit/xorg/bin/makedepend: Makefile
Log Message:
updates for makedepend 1.0.5.
To generate a diff of this commit:
cvs rdiff -u -r1.1.1.1 -r1.2 src/external/mit/xorg/bin/makedepend/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/makedepend/Makefile
diff -u src/external/mit/xorg/bin/makedepend/Makefile:1.1.1.1 src/external/mit/xorg/bin/makedepend/Makefile:1.2
--- src/external/mit/xorg/bin/makedepend/Makefile:1.1.1.1 Tue Jul 29 05:01:22 2008
+++ src/external/mit/xorg/bin/makedepend/Makefile Mon Mar 17 09:07:09 2014
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2008/07/29 05:01:22 mrg Exp $
+# $NetBSD: Makefile,v 1.2 2014/03/17 09:07:09 mrg Exp $
.include <bsd.own.mk>
@@ -6,7 +6,8 @@ PROG= makedepend
SRCS= include.c main.c parse.c pr.c cppsetup.c ifparser.c
CPPFLAGS+= -I${X11SRCDIR.xc}/config/imake \
- -I${DESTDIR}${X11INCDIR}/X11
+ -I${DESTDIR}${X11INCDIR}/X11 \
+ -DHAVE_RENAME -DHAVE_FCHMOD
CPPFLAGS.main.c=-DINCLUDEDIR=\"/usr/include\" -DOBJSUFFIX=\".o\"