From 1fbcededa8fe355fb41b905b435e2734318cdd53 Mon Sep 17 00:00:00 2001 From: Mike Gerwitz Date: Tue, 7 Jul 2020 16:41:35 -0400 Subject: [PATCH] build-aux/Makefile.am (ui/Program.js): include-path with arbitrary parent This handles moving to another repository structure (our gigarepo) where this relative path is no longer true. The absolute path generated by this is okay since it's ephemeral and only used for this build invocation. --- build-aux/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-aux/Makefile.am b/build-aux/Makefile.am index 757f03f7..bdb5a5f0 100644 --- a/build-aux/Makefile.am +++ b/build-aux/Makefile.am @@ -198,7 +198,7 @@ ui/program.expanded.xml: ui/program.xml $(program_fragments) $(TAME) progui-expand $< $@ ui/Program.js: ui/program.expanded.xml ui/package.js $(TAME_TS) - $(TAME) progui-class $< $@ include-path=../../../ui/ + $(TAME) progui-class $< $@ include-path=$$(pwd)/ui/ ui/html/index.phtml: ui/program.expanded.xml $(TAME_TS) $(TAME) progui-html $< $@ out-path=./