diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 1998-08-13 17:49:15 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 1998-08-13 17:49:15 +0000 |
commit | a3658c9e7cafaebf7f736a36f1ac4cefad0bb7c3 (patch) | |
tree | 2284ebdae2b89af58150e1fb55e074e701b449fe /lang/glibstdc++28/Makefile | |
parent | dd00d19f0e5c7afbb84383ebf658b008a8c01a98 (diff) |
Notes
Diffstat (limited to 'lang/glibstdc++28/Makefile')
-rw-r--r-- | lang/glibstdc++28/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/lang/glibstdc++28/Makefile b/lang/glibstdc++28/Makefile index a401f1283eff..13531fb3b625 100644 --- a/lang/glibstdc++28/Makefile +++ b/lang/glibstdc++28/Makefile @@ -4,7 +4,7 @@ # Date created: 03 Mar 1998 # Whom: David O'Brien <obrien@NUXI.com> # -# $Id: Makefile,v 1.3 1998/04/20 10:36:05 obrien Exp $ +# $Id: Makefile,v 1.4 1998/08/07 22:49:30 asami Exp $ # DISTNAME= libstdc++-2.8.1.1 @@ -34,10 +34,12 @@ pre-install: post-install: ${RM} -rf ${PREFIX}/${GCC28DIR}/include/g++ ${MV} ${PREFIX}/include/g++ \ - ${PREFIX}/${GCC28DIR}//include + ${PREFIX}/${GCC28DIR}/include ${MV} ${PREFIX}/lib/libiberty.a \ ${PREFIX}/${GCC28DIR} ${MV} ${PREFIX}/lib/libstdc++.a \ ${PREFIX}/${GCC28DIR} + ${INSTALL_DATA} ${FILESDIR}/osfnc.h \ + ${GCC28SUBDIR}/include/g++ .include <bsd.port.mk> |