aboutsummaryrefslogtreecommitdiffstats
path: root/exec
diff options
context:
space:
mode:
Diffstat (limited to 'exec')
-rw-r--r--exec/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/exec/Makefile.in b/exec/Makefile.in
index b2f134e85e5..00e59771337 100644
--- a/exec/Makefile.in
+++ b/exec/Makefile.in
@@ -116,7 +116,7 @@ exec1: exec1.o libexec.a
116 116
117.PHONY: clean distclean maintainer-clean extraclean bootstrap-clean 117.PHONY: clean distclean maintainer-clean extraclean bootstrap-clean
118clean: 118clean:
119 rm -f *.o *.a loader test *.s.s 119 rm -f *.o *.a loader test exec1 *.s.s
120ifeq ($(AUTO_DEPEND),yes) 120ifeq ($(AUTO_DEPEND),yes)
121 rm -rf deps/*.d 121 rm -rf deps/*.d
122endif 122endif