diff options
author | Matt Wilson <msw@redhat.com> | 2000-05-09 16:22:34 +0000 |
---|---|---|
committer | Matt Wilson <msw@redhat.com> | 2000-05-09 16:22:34 +0000 |
commit | 702e6975d40b891f3a6699c54d5ef5ab9fa62f91 (patch) | |
tree | 654ac88799866dd6b2a9e7b7c56ab19218f8aedb /utils | |
parent | cfa8b82bde62c0754d8074ac7eff15b15563fe6b (diff) | |
download | anaconda-702e6975d40b891f3a6699c54d5ef5ab9fa62f91.tar.gz anaconda-702e6975d40b891f3a6699c54d5ef5ab9fa62f91.tar.xz anaconda-702e6975d40b891f3a6699c54d5ef5ab9fa62f91.zip |
use cflags
Diffstat (limited to 'utils')
-rw-r--r-- | utils/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/Makefile b/utils/Makefile index eb4227a7d..3852d54f3 100644 --- a/utils/Makefile +++ b/utils/Makefile @@ -29,7 +29,7 @@ moddeps: moddeps.o ../isys/modutils/obj/libobj.a -lrpm -lbz2 -lz -lpopt genhdlist: genhdlist.c - $(CC) $(LDFLAGS) -o genhdlist genhdlist.c -lrpm -lbz2 -static -lz -lpopt -ldb + $(CC) $(LDFLAGS) $(CFLAGS) -o genhdlist genhdlist.c -lrpm -lbz2 -static -lz -lpopt -ldb depends: |