diff options
author | Marc Espie <espie@cvs.openbsd.org> | 2017-07-04 12:43:08 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 2017-07-04 12:43:08 +0000 |
commit | 516652b8d8b79d21e9fb09c33ba131eb59c143ff (patch) | |
tree | 6e11abf13944ef2918eaa7e10d671afb4f3490c0 /gnu/usr.bin/gcc | |
parent | adf66ef74a72ccfcabaa123b0435c618e702dc1b (diff) |
complete "nodepend" in source
- mix-up between .ALLSRC and .IMPSRC, compile the right gc.c file
- add explicit targets for pre-generated stuff
Diffstat (limited to 'gnu/usr.bin/gcc')
-rw-r--r-- | gnu/usr.bin/gcc/Makefile.bsd-wrapper | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/usr.bin/gcc/Makefile.bsd-wrapper b/gnu/usr.bin/gcc/Makefile.bsd-wrapper index dd38007234b..db87d62a73b 100644 --- a/gnu/usr.bin/gcc/Makefile.bsd-wrapper +++ b/gnu/usr.bin/gcc/Makefile.bsd-wrapper @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.bsd-wrapper,v 1.65 2017/06/12 18:49:34 espie Exp $ +# $OpenBSD: Makefile.bsd-wrapper,v 1.66 2017/07/04 12:43:07 espie Exp $ MAN= gcc.1 cpp.1 gcov.1 protoize.1 @@ -147,7 +147,7 @@ clean cleandir: -@if [ -e Makefile ]; then ${MAKE} distclean; fi -rm -f ${CLEANFILES} -depend: config.status +${MAN}: config.status exec ${MAKE} ${MAKE_FLAGS} generated-manpages FILES= ${.CURDIR}/gcc/unwind.h |