Skip to content

Commit

Permalink
Don't byte-compile settings.el
Browse files Browse the repository at this point in the history
Customize gets confused
  • Loading branch information
jwiegley committed Aug 28, 2011
1 parent 3f0217b commit 3ba3184
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,11 @@ load-path.elc: load-path.el
emacs.elc: emacs.el
$(BATCH_LOAD) -l load-path -f batch-byte-compile $<

cus-dirs.elc:
cus-dirs.elc: cus-dirs.el
@echo Not compiling cus-dirs.el

settings.elc: settings.el
@echo Not compiling settings.el

%.elc: %.el
$(BATCH_LOAD) -l load-path -f batch-byte-compile $<
Expand Down

0 comments on commit 3ba3184

Please sign in to comment.