summaryrefslogtreecommitdiff
path: root/usr.bin/make/Makefile
diff options
context:
space:
mode:
authorMarc Espie <espie@cvs.openbsd.org>2010-04-25 13:59:54 +0000
committerMarc Espie <espie@cvs.openbsd.org>2010-04-25 13:59:54 +0000
commit90db213cef1e49c5ec96185846e7eec4f215bded (patch)
tree6ec3a8e848ef601d2525e7da84aef4824d61c932 /usr.bin/make/Makefile
parent5b33273b853e244b4d540395770c048622153b21 (diff)
pure whitespace cleanup
Diffstat (limited to 'usr.bin/make/Makefile')
-rw-r--r--usr.bin/make/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/make/Makefile b/usr.bin/make/Makefile
index a6aaa17c604..85f2b03fdc4 100644
--- a/usr.bin/make/Makefile
+++ b/usr.bin/make/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.50 2008/11/04 07:22:35 espie Exp $
+# $OpenBSD: Makefile,v 1.51 2010/04/25 13:59:53 espie Exp $
PROG= make
CFLAGS+= -I${.OBJDIR} -I${.CURDIR}
@@ -50,7 +50,7 @@ check: regress.o str.o memory.o buf.o
${CC} -o ${.TARGET} ${CFLAGS} ${.ALLSRC} ${LDADD}
regress: check
- ${.OBJDIR}/check
+ ${.OBJDIR}/check
# kludge for people who forget to make depend
var.o: varhashconsts.h