diff options
author | Jeremy Katz <katzj@redhat.com> | 2002-12-30 20:04:47 +0000 |
---|---|---|
committer | Jeremy Katz <katzj@redhat.com> | 2002-12-30 20:04:47 +0000 |
commit | 5c42d3ad82c854332fa2b314098e332dd3b669a0 (patch) | |
tree | bc1f96154f87b56caff00882de3247ed53acb17e /loader2/Makefile | |
parent | f81afca1a6aa3c1c3cce7062dae5eb22ee3e29a2 (diff) | |
download | anaconda-5c42d3ad82c854332fa2b314098e332dd3b669a0.tar.gz anaconda-5c42d3ad82c854332fa2b314098e332dd3b669a0.tar.xz anaconda-5c42d3ad82c854332fa2b314098e332dd3b669a0.zip |
more non-diet build fixups
Diffstat (limited to 'loader2/Makefile')
-rw-r--r-- | loader2/Makefile | 3 |
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 |