summaryrefslogtreecommitdiffstats
path: root/stubs
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2007-01-18 21:42:01 +0000
committerJeremy Katz <katzj@redhat.com>2007-01-18 21:42:01 +0000
commit79f74e971e4ceb6002ff6c9620ac4b8d55a1f11f (patch)
tree7999305ddae9238835ed9a784cbc46791e61c032 /stubs
parentcf6dd8f125f412f90ec8b9c41c0be529afca7561 (diff)
downloadanaconda-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 'stubs')
-rw-r--r--stubs/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/stubs/Makefile b/stubs/Makefile
index 2ba971e55..63d369bd1 100644
--- a/stubs/Makefile
+++ b/stubs/Makefile
@@ -11,7 +11,7 @@ all: $(TARGETS) libunicode-lite.a
CFLAGS += -I../wlite/
$(LIBUTF8): unicode-lite.c
- gcc -fPIC -shared -I../wlite/ -o $@ $< -D_FORTIFY_SOURCE=2 ../wlite/libwlite.a
+ gcc -fPIC -shared -I../wlite/ -o $@ $< -D_FORTIFY_SOURCE=2 ../wlite/libwlite.a $(LDFLAGS)
libunicode-lite.a: libunicode-lite.a($(OBJECTS))