From dc06f11e1c7b479b7c510d92cf08322c9c06d0df Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Thu, 17 Oct 2019 23:17:09 +0200 Subject: O_du_froehliche: Makefile repariert --- O_du_froehliche/Makefile | 6 +++--- 1 file 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) \ " "$<" > "$@" -- cgit v1.2.3-70-g09d2