summaryrefslogtreecommitdiffstats
path: root/loader2/Makefile
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2002-12-30 20:04:47 +0000
committerJeremy Katz <katzj@redhat.com>2002-12-30 20:04:47 +0000
commit5c42d3ad82c854332fa2b314098e332dd3b669a0 (patch)
treebc1f96154f87b56caff00882de3247ed53acb17e /loader2/Makefile
parentf81afca1a6aa3c1c3cce7062dae5eb22ee3e29a2 (diff)
downloadanaconda-5c42d3ad82c854332fa2b314098e332dd3b669a0.tar.gz
anaconda-5c42d3ad82c854332fa2b314098e332dd3b669a0.tar.xz
anaconda-5c42d3ad82c854332fa2b314098e332dd3b669a0.zip
more non-diet build fixups
Diffstat (limited to 'loader2/Makefile')
-rw-r--r--loader2/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/loader2/Makefile b/loader2/Makefile
index ddf1f185e..3cbebd46c 100644
--- a/loader2/Makefile
+++ b/loader2/Makefile
@@ -46,6 +46,7 @@ GUNZIP = ../isys/gzlib/libgunzip-diet.a
OBJS += dietstubs.o ctype.o
ISYSLIB += -lrpc
+CTYPEDEP = ctype.c
endif
ifeq (i386, $(ARCH))
@@ -109,7 +110,7 @@ clean:
rm -f *.o *~ .depend init ctype.c mkctype \
loader
-depend: ctype.c
+depend: $(CTYPEDEP)
$(CPP) $(CFLAGS) -DHAVE_CONFIG_H -M $(SOURCES) > .depend
install: all