From 5fd45e1ff62e92ed4dc41f073dc85fa412ea7f02 Mon Sep 17 00:00:00 2001 From: veego Date: Sun, 16 Mar 1997 15:45:15 +0000 Subject: changes for bsd.lib.mk: s/PICFLAG/CPICFLAGS/ --- gnu/lib/libg++/libstdc++/Makefile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'gnu/lib/libg++/libstdc++') diff --git a/gnu/lib/libg++/libstdc++/Makefile b/gnu/lib/libg++/libstdc++/Makefile index 1fe67757f6d..b75bc876feb 100644 --- a/gnu/lib/libg++/libstdc++/Makefile +++ b/gnu/lib/libg++/libstdc++/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 1996/12/22 13:35:51 pk Exp $ +# $NetBSD: Makefile,v 1.6 1997/03/16 15:45:17 veego Exp $ LIB= stdc++ @@ -114,8 +114,8 @@ typeinfoi.po: typeinfoi.cc @rm -f $(.TARGET).o typeinfoi.so: typeinfoi.cc - @echo "$(COMPILE.cc) $(PICFLAG) -frtti $(.IMPSRC) -o $(.TARGET)" - @$(COMPILE.cc) $(PICFLAG) -frtti $(.IMPSRC) -o $(.TARGET).o + @echo "$(COMPILE.cc) $(CPICFLAGS) -frtti $(.IMPSRC) -o $(.TARGET)" + @$(COMPILE.cc) $(CPICFLAGS) -frtti $(.IMPSRC) -o $(.TARGET).o @$(LD) -x -r $(.TARGET).o -o $(.TARGET) @rm -f $(.TARGET).o @@ -132,8 +132,8 @@ stdexcepti.po: stdexcepti.cc @rm -f $(.TARGET).o stdexcepti.so: stdexcepti.cc - @echo "$(COMPILE.cc) $(PICFLAG) -frtti $(.IMPSRC) -o $(.TARGET)" - @$(COMPILE.cc) $(PICFLAG) -frtti $(.IMPSRC) -o $(.TARGET).o + @echo "$(COMPILE.cc) $(CPICFLAGS) -frtti $(.IMPSRC) -o $(.TARGET)" + @$(COMPILE.cc) $(CPICFLAGS) -frtti $(.IMPSRC) -o $(.TARGET).o @$(LD) -x -r $(.TARGET).o -o $(.TARGET) @rm -f $(.TARGET).o -- cgit