diff options
author | Lukas Larsson <[email protected]> | 2017-07-13 10:43:33 +0200 |
---|---|---|
committer | Lukas Larsson <[email protected]> | 2017-07-17 10:01:53 +0200 |
commit | ee297c32a768ec333e2a8a3ef829a7690e91d306 (patch) | |
tree | 257666d049ad8094746396b0f050aa4c89675798 /make | |
parent | 241f27c4942d6b765abcec9d5a9712e07861bc13 (diff) | |
download | otp-ee297c32a768ec333e2a8a3ef829a7690e91d306.tar.gz otp-ee297c32a768ec333e2a8a3ef829a7690e91d306.tar.bz2 otp-ee297c32a768ec333e2a8a3ef829a7690e91d306.zip |
erts: Cleanup configure and makefiles after non-smp removal
Diffstat (limited to 'make')
-rw-r--r-- | make/otp.mk.in | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/make/otp.mk.in b/make/otp.mk.in index 83bab7065d..3ab04f8256 100644 --- a/make/otp.mk.in +++ b/make/otp.mk.in @@ -47,8 +47,6 @@ CROSS_COMPILING = @CROSS_COMPILING@ # ---------------------------------------------------- DEFAULT_TARGETS = opt debug release release_docs clean docs -DEFAULT_FLAVOR=@DEFAULT_FLAVOR@ -FLAVORS=@FLAVORS@ TYPES=@TYPES@ # Slash separated list of return values from $(origin VAR) |