From bcc7973792e1a9088106b9e59b6f7995b2455bc5 Mon Sep 17 00:00:00 2001 From: Cary R Date: Tue, 29 Jan 2013 17:25:45 -0800 Subject: [PATCH] Update LDFLAGS usage in tgt-pal and tgt-pcb to match the other directories --- tgt-pal/Makefile.in | 2 +- tgt-pcb/Makefile.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tgt-pal/Makefile.in b/tgt-pal/Makefile.in index 261f5fecf..b880cba02 100644 --- a/tgt-pal/Makefile.in +++ b/tgt-pal/Makefile.in @@ -76,7 +76,7 @@ else endif pal.tgt: $O $(TGTDEPLIBS) - $(CC) @shared@ $(LDFLAGS)-o $@ $O $(TGTLDFLAGS) $(LDFLAGS) -lipal + $(CC) @shared@ $(LDFLAGS) -o $@ $O $(TGTLDFLAGS) -lipal install: all installdirs $(libdir)/ivl/pal.tgt diff --git a/tgt-pcb/Makefile.in b/tgt-pcb/Makefile.in index 0285a2991..8f217b345 100644 --- a/tgt-pcb/Makefile.in +++ b/tgt-pcb/Makefile.in @@ -93,7 +93,7 @@ else endif pcb.tgt: $O $(TGTDEPLIBS) - $(CXX) @shared@ -o $@ $O $(TGTLDFLAGS) + $(CXX) @shared@ $(LDFLAGS) -o $@ $O $(TGTLDFLAGS) install: all installdirs $(libdir)/ivl$(suffix)/pcb.tgt $(INSTALL_DOC) $(libdir)/ivl$(suffix)/pcb.conf $(libdir)/ivl$(suffix)/pcb-s.conf