diff --git a/tgt-pal/Makefile.in b/tgt-pal/Makefile.in index 1d1ab1026..23b56c99b 100644 --- a/tgt-pal/Makefile.in +++ b/tgt-pal/Makefile.in @@ -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