summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
Diffstat (limited to 'misc')
-rw-r--r--misc/buildroot/package/config/Makefile2
-rw-r--r--misc/buildroot/toolchain/nxflat/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/misc/buildroot/package/config/Makefile b/misc/buildroot/package/config/Makefile
index 430138f77..55bef1d06 100644
--- a/misc/buildroot/package/config/Makefile
+++ b/misc/buildroot/package/config/Makefile
@@ -129,6 +129,6 @@ ncurses:
fi
clean:
- $(RM) *.o *~ core $(TARGETS) $(MCONF_OBJS) $(CONF_OBJS) \
+ $(RM) *.o *.dSYM *~ core $(TARGETS) $(MCONF_OBJS) $(CONF_OBJS) \
conf mconf zconf.tab.c zconf.tab.h lex.zconf.c lkc_defs.h
diff --git a/misc/buildroot/toolchain/nxflat/Makefile b/misc/buildroot/toolchain/nxflat/Makefile
index 892362708..8707ba0c1 100644
--- a/misc/buildroot/toolchain/nxflat/Makefile
+++ b/misc/buildroot/toolchain/nxflat/Makefile
@@ -70,5 +70,5 @@ readnxflat: arch $(READNXFLAT_OBJS) arch/libarch.a
clean:
-$(MAKE) -C arch clean
- rm -f *.o $(BIN) arch *.exe *~ .*.swp
+ rm -f *.o $(BIN) arch *.exe *.dSYM *~ .*.swp