summaryrefslogtreecommitdiffstats
path: root/isomd5sum/Makefile
diff options
context:
space:
mode:
authorMike Fulbright <msf@redhat.com>2002-02-09 04:28:11 +0000
committerMike Fulbright <msf@redhat.com>2002-02-09 04:28:11 +0000
commit8dcd69be29b9539cb8e61bef4bff13f8bac58611 (patch)
treea1436a01dcf34fd2cbfa6990e2a62ddfa5429d27 /isomd5sum/Makefile
parent6e088ab400e32c4f52f2bc8f48c4ff08d0e324dd (diff)
downloadanaconda-8dcd69be29b9539cb8e61bef4bff13f8bac58611.tar.gz
anaconda-8dcd69be29b9539cb8e61bef4bff13f8bac58611.tar.xz
anaconda-8dcd69be29b9539cb8e61bef4bff13f8bac58611.zip
make commandline tool to check md5sum
Diffstat (limited to 'isomd5sum/Makefile')
-rw-r--r--isomd5sum/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/isomd5sum/Makefile b/isomd5sum/Makefile
index a12597856..1292fac62 100644
--- a/isomd5sum/Makefile
+++ b/isomd5sum/Makefile
@@ -4,11 +4,10 @@ all:
gcc -c -O -g md5.c
gcc -O -g -o implantisomd5 implantisomd5.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
install:
install -m 755 implantisomd5 $(DESTDIR)/$(RUNTIMEDIR)
+ install -m 755 checkisomd5 $(DESTDIR)/$(RUNTIMEDIR)
clean:
rm -f *.o