diff options
| author | H. Peter Anvin <hpa@zytor.com> | 2006-10-02 20:26:02 -0700 |
|---|---|---|
| committer | H. Peter Anvin <hpa@zytor.com> | 2006-10-02 20:26:02 -0700 |
| commit | 4db9ee8272f76a0712085e0fbcb2ee11b06edce7 (patch) | |
| tree | 7150ffa817a55a97c81353bd4123d8f318664a25 /com32/lib/Makefile | |
| parent | 0bcf7dfe521e0d175d916446210ba6786b8bc537 (diff) | |
| download | syslinux-4db9ee8272f76a0712085e0fbcb2ee11b06edce7.tar.gz | |
Fix to "make tidy"
Diffstat (limited to 'com32/lib/Makefile')
| -rw-r--r-- | com32/lib/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/com32/lib/Makefile b/com32/lib/Makefile index a6355c9f..58e55f16 100644 --- a/com32/lib/Makefile +++ b/com32/lib/Makefile @@ -78,7 +78,9 @@ libcom32.a : $(LIBOBJS) $(RANLIB) $@ tidy: - rm -f *.o .*.d */*.o */.*.d sys/vesa/alphatbl.c + rm -f sys/vesa/alphatbl.c + find . -name \*.o -print | xargs -rt rm -f + find . -name .\*.d -print | xargs -rt rm -f clean: tidy rm -f *.a |
