diff options
author | Jeremy Katz <katzj@redhat.com> | 2007-01-18 21:42:01 +0000 |
---|---|---|
committer | Jeremy Katz <katzj@redhat.com> | 2007-01-18 21:42:01 +0000 |
commit | 79f74e971e4ceb6002ff6c9620ac4b8d55a1f11f (patch) | |
tree | 7999305ddae9238835ed9a784cbc46791e61c032 /utils | |
parent | cf6dd8f125f412f90ec8b9c41c0be529afca7561 (diff) | |
download | anaconda-79f74e971e4ceb6002ff6c9620ac4b8d55a1f11f.tar.gz anaconda-79f74e971e4ceb6002ff6c9620ac4b8d55a1f11f.tar.xz anaconda-79f74e971e4ceb6002ff6c9620ac4b8d55a1f11f.zip |
2007-01-18 Jeremy Katz <katzj@redhat.com>
* isys/Makefile (_isys.so): Use LDFLAGS
* loader2/Makefile (loader): Likewise.
* stubs/Makefile ($(LIBUTF8)): Likewise.
* Makefile: Likewise.
* isomd5sum/Makefile (CFLAGS): Use common CFLAGS and LDFLAGS; use
LDFLAGS everywhere
* utils/Makefile: Use common LDFLAGS
Diffstat (limited to 'utils')
-rw-r--r-- | utils/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/utils/Makefile b/utils/Makefile index d459947a3..641c9dc3c 100644 --- a/utils/Makefile +++ b/utils/Makefile @@ -9,7 +9,6 @@ LOADERDIR = ../loader2 LOADLIBES = -lpopt CFLAGS += -I.. -I$(LOADERDIR) -fno-strict-aliasing RPMCFLAGS = $(CFLAGS) -I/usr/include/rpm -LDFLAGS = -g UTILS = modlist moddeps snarffont mapshdr readmap ifeq (s390, $(ARCH)) |