aboutsummaryrefslogtreecommitdiffstats
path: root/test/core_deps.mk
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2015-09-29 19:32:14 +0200
committerLoïc Hoguin <[email protected]>2015-09-29 19:32:14 +0200
commit6f54745d3601160ae954f14b3035d2feb17a5c3f (patch)
tree218ba2d58d820f991c3a811ac8d0816b08821b91 /test/core_deps.mk
parentab30e05396a0704e975f3539071d677e38e011ec (diff)
downloaderlang.mk-6f54745d3601160ae954f14b3035d2feb17a5c3f.tar.gz
erlang.mk-6f54745d3601160ae954f14b3035d2feb17a5c3f.tar.bz2
erlang.mk-6f54745d3601160ae954f14b3035d2feb17a5c3f.zip
Use ?= in APPS_DIR test, just like DEPS_DIR
Diffstat (limited to 'test/core_deps.mk')
-rw-r--r--test/core_deps.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/core_deps.mk b/test/core_deps.mk
index 21dd5c6..aef7adb 100644
--- a/test/core_deps.mk
+++ b/test/core_deps.mk
@@ -153,7 +153,7 @@ core-deps-apps-dir: build clean-core-deps-apps-dir
$t $(MAKE) -C $(APP) -f erlang.mk bootstrap-lib $v
$i "Set a custom APPS_DIR"
- $t perl -ni.bak -e 'print;if ($$.==1) {print "APPS_DIR = \$$(CURDIR)/deep/libs\n"}' $(APP)/Makefile
+ $t perl -ni.bak -e 'print;if ($$.==1) {print "APPS_DIR ?= \$$(CURDIR)/deep/libs\n"}' $(APP)/Makefile
$i "Create a new library my_app"
$t $(MAKE) -C $(APP) new-lib in=my_app $v