Browse Source

gak, I loose, backout unintended hitchiker on my last commit

OPENBSD_4_6
todd 15 years ago
parent
commit
b9ac3ae1b1
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      src/etc/Makefile.inc

+ 2
- 2
src/etc/Makefile.inc View File

@ -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; \


Loading…
Cancel
Save