mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
34 lines
1.2 KiB
Plaintext
34 lines
1.2 KiB
Plaintext
--- libstdc++/Makefile.in.orig Sat Jul 11 19:20:49 1998
|
|
+++ libstdc++/Makefile.in Sun Mar 14 21:48:39 1999
|
|
@@ -14,7 +14,7 @@
|
|
# along with this library; see the file COPYING. If not, write to the Free
|
|
# Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
|
|
|
-VERSION = 2.9.0
|
|
+VERSION = 3
|
|
|
|
OBJS = cstringi.o stdexcepti.o cstdlibi.o cmathi.o stlinst.o
|
|
SUBLIBS = $(STAMP)-string $(STAMP)-complx
|
|
@@ -98,7 +98,8 @@
|
|
ln -f -s $(SHLIB) $(SHLINK)
|
|
|
|
mshlink:
|
|
- @$(MAKE) $(MSHLINK) "SHLINK=$(MSHLINK)"
|
|
+ #@$(MAKE) $(MSHLINK) "SHLINK=$(MSHLINK)"
|
|
+ @true
|
|
|
|
$(IO_DIR)/iostream.list: force
|
|
cd $(IO_DIR) ; $(MAKE) $(FLAGS_TO_PASS) iostream.list
|
|
@@ -281,10 +282,7 @@
|
|
if [ $$FILE = $(SHLINK) ] ; then \
|
|
ln -f -s $(SHLIB) $${INSTALLDIR}$(MULTISUBDIR)/$$FILE ; \
|
|
elif [ $$FILE = mshlink ]; then \
|
|
- for FILE in $(MSHLINK) ; do \
|
|
- rm -f $${INSTALLDIR}$(MULTISUBDIR)/$$FILE ; \
|
|
- ln -f -s $(SHLIB) $${INSTALLDIR}$(MULTISUBDIR)/$$FILE ; \
|
|
- done; \
|
|
+ true; \
|
|
elif [ $$FILE = $(SHLIB) ]; then \
|
|
$(INSTALL_PROGRAM) $$FILE $${INSTALLDIR}$(MULTISUBDIR)/$$FILE ; \
|
|
: On the HP, shared libraries must be mode 555. ;\
|