diff options
author | Jeremy Katz <katzj@redhat.com> | 2006-07-05 16:08:08 +0000 |
---|---|---|
committer | Jeremy Katz <katzj@redhat.com> | 2006-07-05 16:08:08 +0000 |
commit | 6787c186e01bd1ffaf826f26e5ca86a16fd91b87 (patch) | |
tree | 9310a026787707b7e3cbaaf772490b55d69d273b /stubs | |
parent | fbf3bee8137a8fce0bbe1cd55986301027b81c7e (diff) | |
download | anaconda-6787c186e01bd1ffaf826f26e5ca86a16fd91b87.tar.gz anaconda-6787c186e01bd1ffaf826f26e5ca86a16fd91b87.tar.xz anaconda-6787c186e01bd1ffaf826f26e5ca86a16fd91b87.zip |
2006-07-05 Jeremy Katz <katzj@redhat.com>
* stubs/Makefile: Link the stub lib against wlite (#197593)
Diffstat (limited to 'stubs')
-rw-r--r-- | stubs/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stubs/Makefile b/stubs/Makefile index 63b7d8f3f..2ba971e55 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 + gcc -fPIC -shared -I../wlite/ -o $@ $< -D_FORTIFY_SOURCE=2 ../wlite/libwlite.a libunicode-lite.a: libunicode-lite.a($(OBJECTS)) |