aboutsummaryrefslogtreecommitdiffstats
path: root/com32
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2008-02-19 16:48:21 -0800
committerH. Peter Anvin <hpa@zytor.com>2008-02-19 16:51:25 -0800
commitfe7dbcbaec8b5210604f942f322cecf55a37abe0 (patch)
tree621947abc9a3b63bfc0da2c0180dc75ddf104045 /com32
parentcc30f7dc63648aa02625df65f7148569b578baaa (diff)
downloadsyslinux-elf-fe7dbcbaec8b5210604f942f322cecf55a37abe0.tar.gz
syslinux-elf-fe7dbcbaec8b5210604f942f322cecf55a37abe0.tar.xz
syslinux-elf-fe7dbcbaec8b5210604f942f322cecf55a37abe0.zip
com32: remove dependency files for "make tidy"
Diffstat (limited to 'com32')
-rw-r--r--com32/menu/Makefile4
-rw-r--r--com32/modules/Makefile4
-rw-r--r--com32/samples/Makefile4
3 files changed, 6 insertions, 6 deletions
diff --git a/com32/menu/Makefile b/com32/menu/Makefile
index c157f924..d844ef5d 100644
--- a/com32/menu/Makefile
+++ b/com32/menu/Makefile
@@ -92,10 +92,10 @@ vesamenu.elf : vesamenu.o $(COMMONOBJS) $(LIBS)
$(LD) $(LDFLAGS) -o $@ $^
tidy:
- rm -f *.o *.lo *.a *.lst *.elf
+ rm -f *.o *.lo *.a *.lst *.elf .*.d
clean: tidy
- rm -f *.lss *.c32 *.lnx *.com .*.d
+ rm -f *.lss *.c32 *.lnx *.com
spotless: clean
rm -f *~ \#*
diff --git a/com32/modules/Makefile b/com32/modules/Makefile
index 215f872e..88c8593e 100644
--- a/com32/modules/Makefile
+++ b/com32/modules/Makefile
@@ -96,10 +96,10 @@ ethersel.elf : ethersel.o $(LIBS)
$(LD) $(LDFLAGS) -o $@ $^
tidy:
- rm -f *.o *.lo *.a *.lst *.elf
+ rm -f *.o *.lo *.a *.lst *.elf .*.d
clean: tidy
- rm -f *.lss *.c32 *.lnx *.com .*.d
+ rm -f *.lss *.c32 *.lnx *.com
spotless: clean
rm -f *~ \#*
diff --git a/com32/samples/Makefile b/com32/samples/Makefile
index 315a9905..f17911d7 100644
--- a/com32/samples/Makefile
+++ b/com32/samples/Makefile
@@ -78,10 +78,10 @@ all: hello.c32 cat.c32 resolv.c32 vesainfo.c32 serialinfo.c32 \
$(OBJCOPY) -O binary $< $@
tidy:
- rm -f *.o *.lo *.a *.lst *.elf
+ rm -f *.o *.lo *.a *.lst *.elf .*.d
clean: tidy
- rm -f *.lss *.c32 *.lnx *.com .*.d
+ rm -f *.lss *.c32 *.lnx *.com
spotless: clean
rm -f *~ \#*