aboutsummaryrefslogtreecommitdiffstats
path: root/erts/test/erl_print_SUITE_data
diff options
context:
space:
mode:
authorDan Gudmundsson <[email protected]>2013-02-16 18:41:39 +0100
committerDan Gudmundsson <[email protected]>2013-05-20 13:35:29 +0200
commitb3152d85b1f0187d82270a607006494a04c98546 (patch)
tree831c17a9fdbee6f4049bcff7c44a248ae2259705 /erts/test/erl_print_SUITE_data
parent39cb6a99b06cb80bbe8b2277e06e7ca868cc9a9a (diff)
downloadotp-b3152d85b1f0187d82270a607006494a04c98546.tar.gz
otp-b3152d85b1f0187d82270a607006494a04c98546.tar.bz2
otp-b3152d85b1f0187d82270a607006494a04c98546.zip
Handle space in paths in test Makefiles
test_server: Quote paths with spaces correctly Fix erl_interface makefiles Fix ic test makefiles
Diffstat (limited to 'erts/test/erl_print_SUITE_data')
-rw-r--r--erts/test/erl_print_SUITE_data/Makefile.src2
1 files changed, 1 insertions, 1 deletions
diff --git a/erts/test/erl_print_SUITE_data/Makefile.src b/erts/test/erl_print_SUITE_data/Makefile.src
index 3d58669c18..fdffed3b2d 100644
--- a/erts/test/erl_print_SUITE_data/Makefile.src
+++ b/erts/test/erl_print_SUITE_data/Makefile.src
@@ -17,7 +17,7 @@
# %CopyrightEnd%
#
-include @erts_lib_include_internal_generated@@[email protected]
+include @erts_lib_make_ethread@
CC = @CC@
CFLAGST = @ERTS_CFLAGS@