From ba7200be0b203092998fb456c5fba3ee92492c5d Mon Sep 17 00:00:00 2001 From: David Kastrup Date: Sun, 17 Aug 2014 10:14:44 +0200 Subject: [PATCH] Fix issue 3826 Commit 2d3a5d87166caa13feb036e23086b0d4f23283f4 let scripts/auxiliar/update-with-convert-ly.sh call the non-existent Makefile target "make pythonmodules" instead of "make python-modules". --- scripts/auxiliar/update-with-convert-ly.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/auxiliar/update-with-convert-ly.sh b/scripts/auxiliar/update-with-convert-ly.sh index 7f40b63fb8..bb51d83e41 100755 --- a/scripts/auxiliar/update-with-convert-ly.sh +++ b/scripts/auxiliar/update-with-convert-ly.sh @@ -14,7 +14,7 @@ fi ### make sure convert-ly is up-to-date cd $BUILD_DIR -make pythonmodules +make python-modules cd $TOP_SRC_DIR ### update manuals -- 2.39.2