aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorMicael Karlberg <[email protected]>2011-11-15 12:10:42 +0100
committerMicael Karlberg <[email protected]>2011-11-15 12:10:42 +0100
commitba8a4e80193d3b1e20b5d43f6176ed439ad1c4ae (patch)
tree9b6a70d0cf7afae5b5668930f32bc1877133ba6a /Makefile.in
parent451f76fca7a777ea1ffeb4da84bbb397a9743174 (diff)
parente95b8b3fa7f9afac4c91eb41017ef094add43124 (diff)
downloadotp-ba8a4e80193d3b1e20b5d43f6176ed439ad1c4ae.tar.gz
otp-ba8a4e80193d3b1e20b5d43f6176ed439ad1c4ae.tar.bz2
otp-ba8a4e80193d3b1e20b5d43f6176ed439ad1c4ae.zip
Merge branch 'master' of super:otp
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 9ac516ca33..902c21fb52 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -158,7 +158,9 @@ ERLANG_LIBDIR = $(DESTDIR)$(ERLANG_INST_LIBDIR)
MAKE = @MAKE_PROG@
# This should be set to the target "arch-vendor-os"
-export TARGET = @TARGET@
+TARGET := @TARGET@
+include $(ERL_TOP)/make/target.mk
+export TARGET
BOOTSTRAP_ONLY = @BOOTSTRAP_ONLY@