LDFLAGS when linking pal.tgt.

This commit is contained in:
steve 2001-01-18 03:09:45 +00:00
parent f224ed3a90
commit 6479319fea
1 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,7 @@
# 59 Temple Place - Suite 330
# Boston, MA 02111-1307, USA
#
#ident "$Id: Makefile.in,v 1.5 2001/01/09 03:10:48 steve Exp $"
#ident "$Id: Makefile.in,v 1.6 2001/01/18 03:09:45 steve Exp $"
#
#
SHELL = /bin/sh
@ -62,7 +62,7 @@ endif
pal.tgt: $O $(TGTDEPLIBS)
$(CC) @shared@ -o $@ $O $(TGTLDFLAGS) -lipal
$(CC) @shared@ -o $@ $O $(TGTLDFLAGS) $(LDFLAGS) -lipal
clean:
rm -f *.o dep/*.d