From 4f68977d754b6c61325df57d906719c345ef4fe9 Mon Sep 17 00:00:00 2001 From: hpa Date: Mon, 29 Apr 2002 19:01:36 +0000 Subject: Fix the make clean rules --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index c402086a..927ed36d 100644 --- a/Makefile +++ b/Makefile @@ -153,7 +153,7 @@ install: installer install -m 644 -c $(INSTALL_LIB) $(INSTALLROOT)$(LIBDIR) local-tidy: - rm -f *.o *_bin.c stupid.* *.gen + rm -f *.o *_bin.c stupid.* rm -f syslinux.lst copybs.lst pxelinux.lst isolinux*.lst rm -f $(OBSOLETE) -- cgit v1.2.1