Skip to content

Commit

Permalink
Makefile: fix variable name
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexandre Bique committed Mar 15, 2012
1 parent 7b88af9 commit 90df696
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Expand Up @@ -34,9 +34,9 @@ CP = install -m 644
##----------------------------------------------------------------------

# The following variables need to be defined by the maintainer
LISPF = rebox2.el \
LISPFILES = rebox2.el \

ELCFILES = $(LISPF:.el=.elc)
ELCFILES = $(LISPFILES:.el=.elc)

default: $(ELCFILES)

Expand Down

0 comments on commit 90df696

Please sign in to comment.