From db6513a202b8ce9ac2e4f20088f9b7e2209ecdc4 Mon Sep 17 00:00:00 2001 From: hpa Date: Tue, 14 Dec 2004 23:05:08 +0000 Subject: [PATCH] We don't use the list file to get patch offsets anymore. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 5dcc843..a7e741b 100644 --- a/Makefile +++ b/Makefile @@ -200,7 +200,7 @@ install-all: install install-all local-tidy: rm -f *.o *_bin.c stupid.* patch.offset - rm -f syslinux.lst copybs.lst pxelinux.lst isolinux*.lst + rm -f *.lst rm -f $(OBSOLETE) tidy: local-tidy -- 2.7.4