diff options
author | Matt Wilson <msw@redhat.com> | 1999-12-16 19:09:49 +0000 |
---|---|---|
committer | Matt Wilson <msw@redhat.com> | 1999-12-16 19:09:49 +0000 |
commit | 8f587d22f127abd1ce609dc28f60239dd510c620 (patch) | |
tree | 6bf9067ced4f9775584f336953a13d1de7f26217 /utils/Makefile | |
parent | ef9a674a458ac771272ab7b91c36ddfececd3098 (diff) | |
download | anaconda-8f587d22f127abd1ce609dc28f60239dd510c620.tar.gz anaconda-8f587d22f127abd1ce609dc28f60239dd510c620.tar.xz anaconda-8f587d22f127abd1ce609dc28f60239dd510c620.zip |
Tag rename
Diffstat (limited to 'utils/Makefile')
-rw-r--r-- | utils/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/Makefile b/utils/Makefile index 709872fb0..cc9087206 100644 --- a/utils/Makefile +++ b/utils/Makefile @@ -12,7 +12,7 @@ moddeps: moddeps.o ../isys/modutils/obj/libobj.a -lrpm -lbz2 -lz genhdlist: genhdlist.c - $(CC) -I/usr/include/rpm $(LDFLAGS) -o genhdlist genhdlist.c -lrpm -lbz2 + $(CC) -I/usr/include/rpm $(LDFLAGS) -o genhdlist genhdlist.c -lrpm -lbz2 -static -lz snarffont: snarffont.c $(CC) -o snarffont snarffont.c |