diff options
Diffstat (limited to 'exec')
| -rw-r--r-- | exec/Makefile.in | 2 |
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 |
| 118 | clean: | 118 | clean: |
| 119 | rm -f *.o *.a loader test *.s.s | 119 | rm -f *.o *.a loader test exec1 *.s.s |
| 120 | ifeq ($(AUTO_DEPEND),yes) | 120 | ifeq ($(AUTO_DEPEND),yes) |
| 121 | rm -rf deps/*.d | 121 | rm -rf deps/*.d |
| 122 | endif | 122 | endif |