summaryrefslogtreecommitdiff
path: root/build/Makefile.global
diff options
context:
space:
mode:
Diffstat (limited to 'build/Makefile.global')
-rw-r--r--build/Makefile.global6
1 files changed, 1 insertions, 5 deletions
diff --git a/build/Makefile.global b/build/Makefile.global
index ae797408b5..c558c107a7 100644
--- a/build/Makefile.global
+++ b/build/Makefile.global
@@ -111,7 +111,7 @@ test: all
clean:
find . -name \*.gcno -o -name \*.gcda | xargs rm -f
- find . -name \*.lo -o -name \*.o | xargs rm -f
+ find . -name \*.lo -o -name \*.o -o -name \*.dep | xargs rm -f
find . -name \*.la -o -name \*.a | xargs rm -f
find . -name \*.so | xargs rm -f
find . -name .libs -a -type d|xargs rm -rf
@@ -156,9 +156,5 @@ prof-use:
fi; \
fi;
-# As we don't track includes, this is just a heuristic
-%.c: %_arginfo.h
- @touch $@
-
.PHONY: all clean install distclean test prof-gen prof-clean prof-use
.NOEXPORT: