diff options
author | Mike Fulbright <msf@redhat.com> | 2003-05-19 21:37:56 +0000 |
---|---|---|
committer | Mike Fulbright <msf@redhat.com> | 2003-05-19 21:37:56 +0000 |
commit | c8545b64e78b0b7c7f9c3effc0ca795684f3a6eb (patch) | |
tree | 5b9a5479c0c5ff898e1eec44ca4e6fbd34970f24 /utils/Makefile | |
parent | c281b397dbd1f10b535ca91f027baa21c274b341 (diff) | |
download | anaconda-c8545b64e78b0b7c7f9c3effc0ca795684f3a6eb.tar.gz anaconda-c8545b64e78b0b7c7f9c3effc0ca795684f3a6eb.tar.xz anaconda-c8545b64e78b0b7c7f9c3effc0ca795684f3a6eb.zip |
ok this doesnt act like a comment like I somehow thought it would
Diffstat (limited to 'utils/Makefile')
-rw-r--r-- | utils/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/utils/Makefile b/utils/Makefile index cdcef8b84..8667fc448 100644 --- a/utils/Makefile +++ b/utils/Makefile @@ -42,7 +42,6 @@ md5.o: md5.c md5.h gcc -c -O -g md5.c genhdlist: genhdlist.c hash.c -# $(CC) $(LDFLAGS) $(RPMCFLAGS) -o genhdlist genhdlist.c hash.c \ $(CC) -s $(RPMCFLAGS) -o genhdlist genhdlist.c hash.c \ -lrpm -lrpmdb -lrpmio -lbz2 -lz -lpopt -lelf -lpthread |