summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--O_du_froehliche/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/O_du_froehliche/Makefile b/O_du_froehliche/Makefile
index 8049ebc..ffc635a 100644
--- a/O_du_froehliche/Makefile
+++ b/O_du_froehliche/Makefile
@@ -14,9 +14,9 @@ else
endif
ifeq ($(OBERSTIMME),1)
- KLAVIER_REGEX=s/%Oberstimme%//
+ OBERSTIMMEN_REGEX=s/%Oberstimme%//
else
- KLAVIER_REGEX=/%Oberstimme%/d;
+ OBERSTIMMEN_REGEX=/%Oberstimme%/d;
endif
all: $(CURDOC).pdf $(CURDOC).midi
@@ -31,7 +31,7 @@ Clean: clean
%.pre: %.ly
sed " \
s@%spezifisch%@$(SPEZIFISCH)@ ; \
- $(OBERSTIMMEN_REGEX) \
+ $(OBERSTIMMEN_REGEX); \
$(KLAVIER_REGEX) \
" "$<" > "$@"