diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2007-07-09 21:16:43 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2007-07-09 21:16:43 +0000 |
commit | ea0a650327b839bb8a376744e4ade14c8dcc0550 (patch) | |
tree | aab363b63cfe5621de0a2ccf98e89067a7a651b0 /usr.bin/make | |
parent | 68e1f1589a694175c9ed40887f6a803c7ab3e69d (diff) |
espie, you have got to be joking
Diffstat (limited to 'usr.bin/make')
-rw-r--r-- | usr.bin/make/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/make/Makefile b/usr.bin/make/Makefile index d120e49dac7..d77777ae0bf 100644 --- a/usr.bin/make/Makefile +++ b/usr.bin/make/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.41 2007/07/08 17:44:20 espie Exp $ +# $OpenBSD: Makefile,v 1.42 2007/07/09 21:16:42 deraadt Exp $ PROG= make CFLAGS+= -I${.OBJDIR} -I${.CURDIR} @@ -6,7 +6,6 @@ HOSTCFLAGS+= -I${.OBJDIR} -I${.CURDIR} CDIAGFLAGS=-Wall -W -Wno-char-subscripts -Wstrict-prototypes -pedantic \ -Wmissing-prototypes -DESTDIR= CDEFS+=-DUSE_TIMESPEC CDEFS+=-DHAS_BOOL_H CDEFS+=-DHAS_PATHS_H |