diff options
author | hpa <hpa> | 2004-12-14 23:05:08 +0000 |
---|---|---|
committer | hpa <hpa> | 2004-12-14 23:05:08 +0000 |
commit | db6513a202b8ce9ac2e4f20088f9b7e2209ecdc4 (patch) | |
tree | 41ba0c28980f7e83d5770c738c9bf6e37bd65321 | |
parent | 9e5ebea8cdc80ee00e38c3d104bef31b8c46c980 (diff) | |
download | syslinux-db6513a202b8ce9ac2e4f20088f9b7e2209ecdc4.tar.gz |
We don't use the list file to get patch offsets anymore.
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |