From 7ffd21c965dd5786c6d4e52f3f9b2078e77ae527 Mon Sep 17 00:00:00 2001 From: Ivica Ico Bukvic <ico@monsoon.(none)> Date: Sun, 18 Nov 2012 14:20:47 -0500 Subject: [PATCH] improvements to the build script --- externals/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/externals/Makefile b/externals/Makefile index eb9fccf8c..4755cb8e5 100644 --- a/externals/Makefile +++ b/externals/Makefile @@ -533,7 +533,7 @@ freeverb_clean: GEM2PDP_NAME=gem2pdp GEM2PDP_OBJECTS := $(wildcard $(externals_src)/gem2pdp/*.cpp) $(externals_src)/gem2pdp/configure: $(externals_src)/gem2pdp/configure.ac - cd $(externals_src)/gem2pdp && autoconf + cd $(externals_src)/gem2pdp && aclocal && autoconf $(externals_src)/gem2pdp/Makefile: $(externals_src)/gem2pdp/Makefile.in cd $(externals_src)/gem2pdp && ./configure --with-pddir=$(pd_src) \ -- GitLab