diff options
| -rw-r--r-- | lisp/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/Makefile.in b/lisp/Makefile.in index ccc5323b524..c4475982981 100644 --- a/lisp/Makefile.in +++ b/lisp/Makefile.in | |||
| @@ -341,7 +341,7 @@ compile-clean: | |||
| 341 | if test -f "$$el" || test ! -f "$${el}c"; then :; else \ | 341 | if test -f "$$el" || test ! -f "$${el}c"; then :; else \ |
| 342 | echo rm "$${el}c"; \ | 342 | echo rm "$${el}c"; \ |
| 343 | rm "$${el}c"; \ | 343 | rm "$${el}c"; \ |
| 344 | fi \ | 344 | fi; \ |
| 345 | done | 345 | done |
| 346 | 346 | ||
| 347 | .PHONY: gen-lisp leim semantic | 347 | .PHONY: gen-lisp leim semantic |