diff options
| author | David Aspinall | 2001-09-04 16:35:47 +0000 |
|---|---|---|
| committer | David Aspinall | 2001-09-04 16:35:47 +0000 |
| commit | 6b49ee45b2cc1cbb8bcf7ed87ebdadc763bc9df9 (patch) | |
| tree | 8ce4fa3da23de7090e0a243f7ca62c69650a8ef0 | |
| parent | 78b3a271a936bb12317287395250f552f87ce925 (diff) | |
Delete rogue elcs
| -rw-r--r-- | Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -34,6 +34,8 @@ BYTECOMP = $(BATCHEMACS) -eval '(setq load-path (append (list "$(PWD)/generic" " EL=$(shell for f in $(ELISP_DIRS); do ls $$f/*.el; done) ELC=$(EL:.el=.elc) +BROKENELC=proof-toolbar.elc proof-menu.elc proof-indent.elc proof-x-symbol.elc + .SUFFIXES: .el .elc default: compile scripts @@ -50,6 +52,7 @@ compile: @echo " Byte compiling..." @echo "*************************************************" (rm -f $(ELC); $(BYTECOMP) $(EL)) + rm -f $(BROKENELC) @echo "*************************************************" @echo " Finished." @echo "*************************************************" @@ -58,6 +61,7 @@ all: $(ELC) .el.elc: $(BYTECOMP) $*.el + rm -f $(BROKENELC) ## ## scripts: try to patch bash and perl scripts with correct paths |
