diff options
author | Loïc Hoguin <[email protected]> | 2015-09-29 17:38:51 +0200 |
---|---|---|
committer | Loïc Hoguin <[email protected]> | 2015-09-29 18:02:11 +0200 |
commit | 9d33c41efaa778102c7606cfb19f2523fdba1c97 (patch) | |
tree | 441a253b4130e82290490227a2627f4a68ef01c2 /core | |
parent | 9c877396288532ae44cf17b555d9dc5e7c7e854a (diff) | |
download | erlang.mk-9d33c41efaa778102c7606cfb19f2523fdba1c97.tar.gz erlang.mk-9d33c41efaa778102c7606cfb19f2523fdba1c97.tar.bz2 erlang.mk-9d33c41efaa778102c7606cfb19f2523fdba1c97.zip |
Add tests for and fix NO_AUTOPATCH
Diffstat (limited to 'core')
-rw-r--r-- | core/deps.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/core/deps.mk b/core/deps.mk index 00cc05f..8bc7b44 100644 --- a/core/deps.mk +++ b/core/deps.mk @@ -33,6 +33,8 @@ endif endif export ERL_LIBS +export NO_AUTOPATCH + # Verbosity. dep_verbose_0 = @echo " DEP " $(1); |