From 99539a24744a43ee413660821c457cd3536842e8 Mon Sep 17 00:00:00 2001 From: Barry Naujok Date: Wed, 13 Jun 2007 16:04:54 +0000 Subject: LTLDFLAGS set in environment are overwritten, but they shouldn't be. Merge of master-melb:xfs-cmds:28906a by kenmcd. LTLDFLAGS set in environment are overwritten, but they shouldn't be. --- libattr/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libattr/Makefile b/libattr/Makefile index 697040c..7339131 100644 --- a/libattr/Makefile +++ b/libattr/Makefile @@ -4,7 +4,7 @@ TOPDIR = .. -LTLDFLAGS = -Wl,--version-script,$(TOPDIR)/exports +LTLDFLAGS += -Wl,--version-script,$(TOPDIR)/exports include $(TOPDIR)/include/builddefs LTLIBRARY = libattr.la -- cgit v1.2.3