diff options
author | Barry Naujok <bnaujok@sgi.com> | 2007-06-13 16:04:54 +0000 |
---|---|---|
committer | Barry Naujok <bnaujok@sgi.com> | 2007-06-13 16:04:54 +0000 |
commit | 99539a24744a43ee413660821c457cd3536842e8 (patch) | |
tree | b435eee0e08f086fb2fd66164cd36d209ae12780 /libattr | |
parent | 8054c060a5db195f8190e13639ae88d4a5f62fba (diff) | |
download | attr-99539a24744a43ee413660821c457cd3536842e8.tar.gz |
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.
Diffstat (limited to 'libattr')
-rw-r--r-- | libattr/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |