]> git.ipfire.org Git - thirdparty/bash.git/blobdiff - support/Makefile.in
Imported from ../bash-3.2.tar.gz.
[thirdparty/bash.git] / support / Makefile.in
index b49bd45deddcb1e04dd973f8d13c1be9fcb037c4..b94e445d17e8e572599d5112db4beb917f0e901b 100644 (file)
@@ -53,8 +53,10 @@ LOCAL_CFLAGS = @LOCAL_CFLAGS@
 DEFS = @DEFS@
 LOCAL_DEFS = @LOCAL_DEFS@
 
-LOCAL_LDFLAGS = @LOCAL_LDFLAGS@
 LIBS = @LIBS@
+LIBS_FOR_BUILD = ${LIBS}               # XXX
+
+LOCAL_LDFLAGS = @LOCAL_LDFLAGS@
 LDFLAGS = @LDFLAGS@ $(LOCAL_LDFLAGS) $(CFLAGS)
 LDFLAGS_FOR_BUILD = $(LDFLAGS)
 
@@ -76,7 +78,7 @@ OBJ1 =        man2html.o
 all: man2html$(EXEEXT)
 
 man2html$(EXEEXT): $(OBJ1)
-       $(CC_FOR_BUILD) $(CCFLAGS_FOR_BUILD) $(OBJ1) -o $@ ${LIBS}
+       $(CC_FOR_BUILD) $(CCFLAGS_FOR_BUILD) $(OBJ1) -o $@ ${LIBS_FOR_BUILD}
 
 clean:
        $(RM) man2html$(EXEEXT)