summaryrefslogtreecommitdiff
path: root/lang/pgcc/Makefile
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>1999-09-10 17:44:53 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>1999-09-10 17:44:53 +0000
commite2598c5d8c0234b6e5fbde3f041453982a525dc0 (patch)
tree19568ecdc668cbf33d3d7b1fbc8963baa1d11b63 /lang/pgcc/Makefile
parentErrrr. The GCC install dinks (aka `fix-includes') with curses.h on (diff)
Do this in a more general way.
Notes
Notes: svn path=/head/; revision=21588
Diffstat (limited to 'lang/pgcc/Makefile')
-rw-r--r--lang/pgcc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/pgcc/Makefile b/lang/pgcc/Makefile
index 4e6a46c6a353..c83a6f1587df 100644
--- a/lang/pgcc/Makefile
+++ b/lang/pgcc/Makefile
@@ -96,7 +96,7 @@ post-install:
do \
strip $$prog ; \
done)
- ${MV} ${PREFIX}/bin/i386-portbld-freebsd4.0-gcc ${PREFIX}/bin/i386-portbld-freebsd4.0-pgcc
+ ${MV} ${PREFIX}/bin/${CONFIGURE_TARGET}-gcc ${PREFIX}/bin/${CONFIGURE_TARGET}-pgcc
${MV} ${PREFIX}/bin/gcc ${PREFIX}/bin/pgcc
${MV} ${PREFIX}/bin/g++ ${PREFIX}/bin/pg++
${MV} ${PREFIX}/bin/g77 ${PREFIX}/bin/pg77