diff options
author | Bill Nottingham <notting@redhat.com> | 1999-09-22 17:02:10 +0000 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 1999-09-22 17:02:10 +0000 |
commit | 208b2256581d2fd3f849d0a2843e1252d9ec2f33 (patch) | |
tree | 2ea66a7a620bbd3b45bf29f5cd8532dc2288130a /loader | |
parent | 4bc386b139ee00e35326c7872ce02174d5789c17 (diff) | |
download | anaconda-208b2256581d2fd3f849d0a2843e1252d9ec2f33.tar.gz anaconda-208b2256581d2fd3f849d0a2843e1252d9ec2f33.tar.xz anaconda-208b2256581d2fd3f849d0a2843e1252d9ec2f33.zip |
more make clean
Diffstat (limited to 'loader')
-rw-r--r-- | loader/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/loader/Makefile b/loader/Makefile index ab35e526e..9a00b3459 100644 --- a/loader/Makefile +++ b/loader/Makefile @@ -150,7 +150,7 @@ init: init.o $(MINILIBC) $(CC) $(STATIC) -g $(LDFLAGS) -o $@ init.o $(MINILIBC) clean: - rm -f *.o .depend *~ + rm -f *.o .depend *~ loader-local loader-network loader.old loader-pcmcia probe modprobe depend: $(CPP) $(CFLAGS) -DHAVE_CONFIG_H -M $(SOURCES) > .depend |