Browse Source

minor touch

OPENBSD_4_4
deraadt 16 years ago
parent
commit
408fcd6572
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.2 2008/06/15 01:51:55 todd Exp $
# $OpenBSD: Makefile.inc,v 1.3 2008/06/15 01:56:59 deraadt Exp $
MAKEDEVSRC= ${.CURDIR}/../MAKEDEV.mi MAKEDEVSRC= ${.CURDIR}/../MAKEDEV.mi
MAKEDEVSRC+= ${.CURDIR}/../MAKEDEV.sub MAKEDEVSRC+= ${.CURDIR}/../MAKEDEV.sub
@ -22,7 +22,7 @@ MAKEDEV: ${MAKEDEVSRC}
diffout1 > diffout2; \ diffout1 > diffout2; \
if [ -s diffout2 ]; then \ if [ -s diffout2 ]; then \
echo " m4 -I.. -I. ../MAKEDEV.mi > MAKEDEV"; \ echo " m4 -I.. -I. ../MAKEDEV.mi > MAKEDEV"; \
cp MAKEDEV.tmp ${.CURDIR}/MAKEDEV || true; \
cp MAKEDEV.tmp ${.CURDIR}/MAKEDEV || true; \
fi; \ fi; \
rm diffout1 diffout2; \ rm diffout1 diffout2; \
fi fi

Loading…
Cancel
Save