Module Name: src
Committed By: snj
Date: Wed Dec 9 05:17:20 UTC 2009
Modified Files:
src/external/mit/xorg/bin/xrdb [netbsd-5]: Makefile
Log Message:
Revert as per discussion with mrg. This is not needed on netbsd-5.
To generate a diff of this commit:
cvs rdiff -u -r1.1.1.1.8.1 -r1.1.1.1.8.2 \
src/external/mit/xorg/bin/xrdb/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/xrdb/Makefile
diff -u src/external/mit/xorg/bin/xrdb/Makefile:1.1.1.1.8.1 src/external/mit/xorg/bin/xrdb/Makefile:1.1.1.1.8.2
--- src/external/mit/xorg/bin/xrdb/Makefile:1.1.1.1.8.1 Wed Dec 9 04:59:59 2009
+++ src/external/mit/xorg/bin/xrdb/Makefile Wed Dec 9 05:17:20 2009
@@ -1,11 +1,10 @@
-# $NetBSD: Makefile,v 1.1.1.1.8.1 2009/12/09 04:59:59 snj Exp $
+# $NetBSD: Makefile,v 1.1.1.1.8.2 2009/12/09 05:17:20 snj Exp $
.include <bsd.own.mk>
PROG= xrdb
-CPPFLAGS+=-DCPP="\"/usr/bin/cpp\"" -DHAS_MKSTEMP # XXX
-CPPFLAGS+=-DCPP_ARGS="\"-traditional\""
+CPPFLAGS+=-DCPP="\"cpp -traditional\"" -DHAS_MKSTEMP # XXX
LDADD+= -lXmuu -lXt -lSM -lICE -lXext -lX11
DPADD+= ${LIBXMUU} ${LIBXT} ${LIBSM} ${LIBICE} ${LIBXEXT} ${LIBX11}