aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBjörn-Egil Dahlberg <[email protected]>2010-07-30 15:04:42 +0200
committerBjörn-Egil Dahlberg <[email protected]>2010-07-30 15:04:42 +0200
commit1e578bf7f9bfdb8c488d2f5837d2041cc3ddf5ba (patch)
tree0a36f954bc925043e0d5a6faa0c2eb6240f3e351
parent61298e79960742eb5641dfcf3b7ef16fd1092df0 (diff)
parentbd2b0feb47149be8247ca970ebb8c6e25d281634 (diff)
downloadotp-1e578bf7f9bfdb8c488d2f5837d2041cc3ddf5ba.tar.gz
otp-1e578bf7f9bfdb8c488d2f5837d2041cc3ddf5ba.tar.bz2
otp-1e578bf7f9bfdb8c488d2f5837d2041cc3ddf5ba.zip
Merge branch 'egil/makefile-fix/OTP-8728' into dev
-rw-r--r--erts/etc/common/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/erts/etc/common/Makefile.in b/erts/etc/common/Makefile.in
index 6551b2999a..96655662b8 100644
--- a/erts/etc/common/Makefile.in
+++ b/erts/etc/common/Makefile.in
@@ -98,7 +98,7 @@ endif
ifeq ($(TARGET),win32)
ERTS_INTERNAL_LIBS=-L../../lib/internal/$(TARGET) -lerts_internal_r$(ERTS_LIB_TYPEMARKER) @ERTS_INTERNAL_X_LIBS@
else
-ERTS_INTERNAL_LIBS=-L../../lib/internal/$(TARGET) -lerts_internal$(ERTS_LIB_TYPEMARKER) @ERTS_INTERNAL_X_LIBS@
+ERTS_INTERNAL_LIBS=-L../../lib/internal/$(TARGET) -lerts_internal$(ERTS_LIB_TYPEMARKER) @ERTS_INTERNAL_X_LIBS@ -lm
endif
# ----------------------------------------------------