From e2598c5d8c0234b6e5fbde3f041453982a525dc0 Mon Sep 17 00:00:00 2001 From: "David E. O'Brien" Date: Fri, 10 Sep 1999 17:44:53 +0000 Subject: Do this in a more general way. --- lang/pgcc/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lang/pgcc') 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 -- cgit