LDFLAGS when linking pal.tgt.
This commit is contained in:
parent
f224ed3a90
commit
6479319fea
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue