diff options
author | Mike Fulbright <msf@redhat.com> | 2002-02-09 04:28:11 +0000 |
---|---|---|
committer | Mike Fulbright <msf@redhat.com> | 2002-02-09 04:28:11 +0000 |
commit | 6e088ab400e32c4f52f2bc8f48c4ff08d0e324dd (patch) | |
tree | 9cb2d6f5e93c39e637a4f5001e8884fbd03ddb11 /isomd5sum | |
parent | 720603bf68d4f3fce3736d4e67eb6a87f332ddf2 (diff) | |
download | anaconda-6e088ab400e32c4f52f2bc8f48c4ff08d0e324dd.tar.gz anaconda-6e088ab400e32c4f52f2bc8f48c4ff08d0e324dd.tar.xz anaconda-6e088ab400e32c4f52f2bc8f48c4ff08d0e324dd.zip |
make commandline tool to check md5sum
Diffstat (limited to 'isomd5sum')
-rw-r--r-- | isomd5sum/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/isomd5sum/Makefile b/isomd5sum/Makefile index cefbf4e33..a12597856 100644 --- a/isomd5sum/Makefile +++ b/isomd5sum/Makefile @@ -3,7 +3,7 @@ include ../Makefile.inc all: gcc -c -O -g md5.c gcc -O -g -o implantisomd5 implantisomd5.c md5.o -lm -# gcc -O -g -o checkisomd5 -DTESTING checkisomd5.c md5.o -lm + gcc -O -g -o checkisomd5 checkisomd5.c md5.o -lm # gcc -O -g -c checkisomd5.c # gcc -O -g -o newtcheckiso newtcheckiso.c checkisomd5.o md5.o -lm -lnewt |