Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/gnu/usr.sbin/postfix/postconf Remove trailing / off -I option.
details: https://anonhg.NetBSD.org/src/rev/dd6b541cb73d
branches: trunk
changeset: 485562:dd6b541cb73d
user: simonb <simonb%NetBSD.org@localhost>
date: Mon May 01 01:07:42 2000 +0000
description:
Remove trailing / off -I option.
diffstat:
gnu/usr.sbin/postfix/postconf/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 26cee8ed40c0 -r dd6b541cb73d gnu/usr.sbin/postfix/postconf/Makefile
--- a/gnu/usr.sbin/postfix/postconf/Makefile Mon May 01 00:46:29 2000 +0000
+++ b/gnu/usr.sbin/postfix/postconf/Makefile Mon May 01 01:07:42 2000 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2000/04/30 21:22:06 perry Exp $
+# $NetBSD: Makefile,v 1.2 2000/05/01 01:07:42 simonb Exp $
# XXX Note we aren't building ../conf/main.cf.default
# The shipped makefiles construct it using postconf -d after building
@@ -20,7 +20,7 @@
CLEANFILES+= ${GENSRCS}
-CPPFLAGS+= -I${.OBJDIR}/
+CPPFLAGS+= -I${.OBJDIR}
DPADD+= ${LIBPGLOBAL} ${LIBPUTIL}
LDADD+= ${LIBPGLOBAL} ${LIBPUTIL}
Home |
Main Index |
Thread Index |
Old Index