diff options
author | Karel Zak <kzak@redhat.com> | 2009-11-05 22:49:11 +0100 |
---|---|---|
committer | Karel Zak <kzak@redhat.com> | 2009-11-05 22:49:26 +0100 |
commit | 495a87331a5c1803b905543b4beeb0b8cc71d373 (patch) | |
tree | 23547abfd5da3ef90275759b7d6a538838b3ea64 /config | |
parent | 10a43146c3666dba07fea1f8c3742fa51f645a3a (diff) | |
download | util-linux-old-495a87331a5c1803b905543b4beeb0b8cc71d373.tar.gz |
build-sys: remove LT_STATIC_LDFLAGS
It was really stupid idea to use *_LDFLAGS for some global variable.
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'config')
-rw-r--r-- | config/include-Makefile.am | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/config/include-Makefile.am b/config/include-Makefile.am index ae641421..f0077695 100644 --- a/config/include-Makefile.am +++ b/config/include-Makefile.am @@ -3,9 +3,6 @@ AM_CPPFLAGS = -include $(top_builddir)/config.h -I$(top_srcdir)/include \ AM_CFLAGS = -fsigned-char AM_LDFLAGS = -# generic libtool options for static programs -LT_STATIC_LDFLAGS = -all-static - # Automake (at least up to 1.10) mishandles dist_man_MANS inside conditionals. # Unlike with other dist primaries, the files are not distributed if the # conditional is false. |