summaryrefslogtreecommitdiffstats
path: root/utils/Makefile
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2002-08-07 21:51:25 +0000
committerJeremy Katz <katzj@redhat.com>2002-08-07 21:51:25 +0000
commit1e00dc673daa7365bf064d6b628c17600a878e55 (patch)
treecf36feecbaba17c07c66aa601e46c8c1fea3aaf8 /utils/Makefile
parent76bb534a5b374d3a7556e22f39bef4818d28b688 (diff)
downloadanaconda-1e00dc673daa7365bf064d6b628c17600a878e55.tar.gz
anaconda-1e00dc673daa7365bf064d6b628c17600a878e55.tar.xz
anaconda-1e00dc673daa7365bf064d6b628c17600a878e55.zip
nix from the makefile too
Diffstat (limited to 'utils/Makefile')
-rw-r--r--utils/Makefile11
1 files changed, 1 insertions, 10 deletions
diff --git a/utils/Makefile b/utils/Makefile
index 449aafcdf..813f8f2d8 100644
--- a/utils/Makefile
+++ b/utils/Makefile
@@ -18,7 +18,7 @@ endif
everything: $(TARGET)
-all: modlist $(MODDEPS) snarffont mapshdr readmap checkisomd5 implantisomd5 genhdlist
+all: modlist $(MODDEPS) snarffont mapshdr readmap genhdlist
modlist: modlist.o
@@ -35,12 +35,6 @@ moddeps: moddeps.o moduledeps.o
md5.o: md5.c md5.h
gcc -c -O -g md5.c
-implantisomd5: implantisomd5.c md5.o
- gcc -O -g -o implantisomd5 implantisomd5.c md5.o -lm
-
-checkisomd5: checkisomd5.c md5.o
- gcc -O -g -o checkisomd5 -DTESTING checkisomd5.c md5.o -lm
-
genhdlist: genhdlist.c hash.c
$(CC) $(LDFLAGS) $(CFLAGS) -o genhdlist genhdlist.c hash.c -lrpm-4.0.4 -lrpmdb-4.0.4 -lrpmio-4.0.4 \
-lbz2 -lz -lpopt
@@ -56,14 +50,11 @@ install: all
install -m755 filtermoddeps $(DESTDIR)/$(RUNTIMEDIR)
install -m755 modlist $(DESTDIR)/$(RUNTIMEDIR)
install -m755 checkcards.py $(DESTDIR)/$(RUNTIMEDIR)
- install -m755 checkisomd5 $(DESTDIR)/$(RUNTIMEDIR)
- install -m755 implantisomd5 $(DESTDIR)/$(RUNTIMEDIR)
install -m755 readmap $(DESTDIR)/$(RUNTIMEDIR)
install -m755 mapshdr $(DESTDIR)/$(RUNTIMEDIR)
clean:
rm -f modlist moddeps snarffont genhdlist mapshdr readmap *.o
- rm -f implantisomd5 checkisomd5
depend:
$(CPP) -M $(CFLAGS) *.c > .depend