summaryrefslogtreecommitdiff
path: root/etc/Makefile.inc
diff options
context:
space:
mode:
authorTodd T. Fries <todd@cvs.openbsd.org>2009-06-03 17:02:18 +0000
committerTodd T. Fries <todd@cvs.openbsd.org>2009-06-03 17:02:18 +0000
commitd22e122e1eaa33d58dc88fbdbd8fe1ca767ee225 (patch)
tree79dec96094e66bf6ad44c35231ba8118edb6e3e1 /etc/Makefile.inc
parentf11cfc3b87064de159615d81ccdd66901946b7f6 (diff)
gak, I loose, backout unintended hitchiker on my last commit
Diffstat (limited to 'etc/Makefile.inc')
-rw-r--r--etc/Makefile.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/Makefile.inc b/etc/Makefile.inc
index dd4fa4634c1..00b17f21730 100644
--- a/etc/Makefile.inc
+++ b/etc/Makefile.inc
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile.inc,v 1.5 2009/06/03 15:36:54 todd Exp $
+# $OpenBSD: Makefile.inc,v 1.6 2009/06/03 17:02:17 todd Exp $
M=${.CURDIR:C/^.*\/etc\.([^\/]*)$/\1/}
@@ -28,7 +28,7 @@ ${.CURDIR}/MAKEDEV: ${MAKEDEVSRC}
-e 's/^[0-9,]*c[0-9,]*$$//' \
-e '/^$$/d' \
diffout1 > diffout2; \
- if ! [ -s diffout2 ]; then \
+ if [ -s diffout2 ]; then \
echo " m4 -I.. -I. ../MAKEDEV.mi > MAKEDEV"; \
cp MAKEDEV.tmp ${.CURDIR}/MAKEDEV || true; \
${NOCLEAN} rm MAKEDEV.tmp; \