summaryrefslogtreecommitdiffstats
path: root/utils/Makefile
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>2000-02-16 19:27:30 +0000
committerMatt Wilson <msw@redhat.com>2000-02-16 19:27:30 +0000
commit0c5c762dee2b22c934fca9d07b7a290de9ecbea6 (patch)
treeafc6e9078c765df4cd63ad271c12f4aa8ee27c42 /utils/Makefile
parent727740949fdf353f8b5a45b355fe9c2a57be39d2 (diff)
downloadanaconda-0c5c762dee2b22c934fca9d07b7a290de9ecbea6.tar.gz
anaconda-0c5c762dee2b22c934fca9d07b7a290de9ecbea6.tar.xz
anaconda-0c5c762dee2b22c934fca9d07b7a290de9ecbea6.zip
added
Diffstat (limited to 'utils/Makefile')
-rw-r--r--utils/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/utils/Makefile b/utils/Makefile
index 3a4f54831..60d4f763b 100644
--- a/utils/Makefile
+++ b/utils/Makefile
@@ -2,7 +2,7 @@ LOADLIBES = -L../isys -lisys -lpopt
CFLAGS = -Wall -g
LDFLAGS = -g
-all: modlist moddeps genhdlist snarffont
+all: modlist moddeps genhdlist snarffont mapshdr readmap
moddeps: moddeps.o
$(CC) $(LDFLAGS) -o moddeps moddeps.o ../loader/modules.o \
@@ -14,9 +14,6 @@ moddeps: moddeps.o
genhdlist: genhdlist.c
$(CC) -I/usr/include/rpm $(LDFLAGS) -o genhdlist genhdlist.c -lrpm -lbz2 -static -lz -lpopt
-snarffont: snarffont.c
- $(CC) -o snarffont snarffont.c
-
install: all
mkdir -p $(DESTDIR)/usr/bin
# install -m755 -s genhdlist $(DESTDIR)/usr/bin