From b13ece87d900e8b67cd3c4484810a79979fa1818 Mon Sep 17 00:00:00 2001 From: Werner Lemberg Date: Sat, 18 Mar 2023 13:32:59 +0100 Subject: [PATCH] Makefile: Korrigiere 'order-only prerequisites'. MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Die Ziele müssen Verzeichnisse oder Dateien sein. --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index d726ad3..107a161 100644 --- a/Makefile +++ b/Makefile @@ -269,9 +269,9 @@ pre-refo: pre-swiss: $(MKDIR) $(SWISSDIR) -pattern-trad words-trad: | pre-trad -pattern-refo words-refo: | pre-refo -pattern-swiss words-swiss: | pre-swiss +$(TRADFILES) $(TRADDIR)/words.hyphenated.trad: | pre-trad +$(REFOFILES) $(REFODIR)/words.hyphenated.refo: | pre-refo +$(SWISSFILES) $(SWISSDIR)/words.hyphenated.swiss: | pre-swiss # GNU make supports creation of multiple targets by a single invocation of a # recipe only for pattern rules, thus we have to use a 'sentinel file' (using -- 2.11.4.GIT