summaryrefslogtreecommitdiff
path: root/pkgtools/pkg_install/files/lib/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'pkgtools/pkg_install/files/lib/Makefile.in')
-rw-r--r--pkgtools/pkg_install/files/lib/Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgtools/pkg_install/files/lib/Makefile.in b/pkgtools/pkg_install/files/lib/Makefile.in
index 9e0d852b346..6e73cfe8bbb 100644
--- a/pkgtools/pkg_install/files/lib/Makefile.in
+++ b/pkgtools/pkg_install/files/lib/Makefile.in
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.in,v 1.4 2003/09/19 02:11:22 grant Exp $
+# $NetBSD: Makefile.in,v 1.5 2003/09/23 06:36:21 grant Exp $
srcdir= @srcdir@
@@ -7,7 +7,7 @@ pkgdbdir= @pkgdbdir@
RANLIB= @RANLIB@
AR= @AR@
CC= @CC@
-CPPFLAGS= $(DEFS) @CPPFLAGS@ -I. -I$(srcdir)
+CPPFLAGS= @CPPFLAGS@ -I. -I$(srcdir)
DEFS= @DEFS@ -DDEF_LOG_DIR=\"$(pkgdbdir)\"
CFLAGS= @CFLAGS@