diff options
author | hpa <hpa> | 2002-04-29 19:01:36 +0000 |
---|---|---|
committer | hpa <hpa> | 2002-04-29 19:01:36 +0000 |
commit | 4f68977d754b6c61325df57d906719c345ef4fe9 (patch) | |
tree | e0023b8ca705b5fcaaf564395349090662d3296d | |
parent | 4e759934d35524f717022acf21dc259693859b76 (diff) | |
download | syslinux-4f68977d754b6c61325df57d906719c345ef4fe9.tar.gz syslinux-4f68977d754b6c61325df57d906719c345ef4fe9.tar.xz syslinux-4f68977d754b6c61325df57d906719c345ef4fe9.zip |
Fix the make clean rulessyslinux-1.73-pre7
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |