diff options
author | Marc Espie <espie@cvs.openbsd.org> | 2008-01-14 22:01:24 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 2008-01-14 22:01:24 +0000 |
commit | f582ba710851aa64397fe7a63b048fb80586a200 (patch) | |
tree | f2ac340651ee7592e78defeec2fe63d986e266e5 /gnu/usr.bin/binutils | |
parent | 7aa49b89a7b569ff74a7f505589ad7ecba93a961 (diff) |
manpages need directories.
okay kettenis@
Diffstat (limited to 'gnu/usr.bin/binutils')
-rw-r--r-- | gnu/usr.bin/binutils/Makefile.bsd-wrapper | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gnu/usr.bin/binutils/Makefile.bsd-wrapper b/gnu/usr.bin/binutils/Makefile.bsd-wrapper index e6d62dc5c17..e32519798e8 100644 --- a/gnu/usr.bin/binutils/Makefile.bsd-wrapper +++ b/gnu/usr.bin/binutils/Makefile.bsd-wrapper @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.bsd-wrapper,v 1.71 2007/12/30 12:20:58 espie Exp $ +# $OpenBSD: Makefile.bsd-wrapper,v 1.72 2008/01/14 22:01:23 espie Exp $ NEW_BINUTILS=alpha amd64 arm hppa hppa64 i386 mips64 powerpc sh sparc sparc64 @@ -166,6 +166,8 @@ lint: tags: # Nothing here so far... +BEFOREMAN=config.status + .PHONY: config .include <bsd.obj.mk> |