diff --git a/Makefile b/Makefile index eda5f95..1d10140 100644 --- a/Makefile +++ b/Makefile @@ -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)