diff options
author | 2007-10-25 17:42:22 +0000 | |
---|---|---|
committer | 2007-10-25 17:42:22 +0000 | |
commit | e8469ae83a46d5147981254fda21bd3b2ded595f (patch) | |
tree | 00b56eb813f3c337695cbfcf0e0bd240fbf0e8b3 | |
parent | Cleanup pctr code: sort options, remove nasty return. (diff) | |
download | wireguard-openbsd-e8469ae83a46d5147981254fda21bd3b2ded595f.tar.xz wireguard-openbsd-e8469ae83a46d5147981254fda21bd3b2ded595f.zip |
fix dependency. ok millert@, \_o< miod@
-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 5383fc3d1e1..01d0bd837e8 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.56 2007/09/03 14:40:16 millert Exp $ +# $OpenBSD: Makefile.bsd-wrapper,v 1.57 2007/10/25 17:42:22 espie Exp $ MAN= gcc.1 cpp.1 gcov.1 protoize.1 MLINKS+= protoize.1 unprotoize.1 @@ -119,7 +119,7 @@ maninstall: # (pre-formatted) and also because of cpp, that we install by hand # elsewhere, until we get rid of that old `compatibility' script. -target_path: Makefile +target_path: config.status __target=`sed -n '/^target=/s/target=//p' Makefile`; \ __version=`sed -n '/^gcc_version=/s/gcc_version=//p' Makefile`; \ echo /usr/lib/gcc-lib/$$__target/$$__version >target_path |