aboutsummaryrefslogtreecommitdiffstats
path: root/erts/emulator/Makefile.in
diff options
context:
space:
mode:
authorBjörn Gustavsson <[email protected]>2011-06-28 11:14:53 +0200
committerBjörn Gustavsson <[email protected]>2011-08-08 11:59:08 +0200
commit6bfcf4b42b6bd174d65c1dcac2f2bd07701d848f (patch)
tree7a3debed53ddb0d6e1fe905c2714adffbaa51efb /erts/emulator/Makefile.in
parent1a8da16eab2c67f403be6b62844f059804bc6f41 (diff)
downloadotp-6bfcf4b42b6bd174d65c1dcac2f2bd07701d848f.tar.gz
otp-6bfcf4b42b6bd174d65c1dcac2f2bd07701d848f.tar.bz2
otp-6bfcf4b42b6bd174d65c1dcac2f2bd07701d848f.zip
erts/emulator/Makefile.in: Remove clearmake support
Diffstat (limited to 'erts/emulator/Makefile.in')
-rw-r--r--erts/emulator/Makefile.in8
1 files changed, 1 insertions, 7 deletions
diff --git a/erts/emulator/Makefile.in b/erts/emulator/Makefile.in
index b658e79378..5ffab257d4 100644
--- a/erts/emulator/Makefile.in
+++ b/erts/emulator/Makefile.in
@@ -672,14 +672,8 @@ endif
# rebuilding (is this a good idea?) add a dummy dependency to this target.
#
-ifeq ($(findstring clearmake,$(MAKE)),clearmake)
-BEAMFILE_MAKEFLAG=-T
-else
-BEAMFILE_MAKEFLAG=
-endif
-
$(ERL_TOP)/lib/%.beam:
- cd $(@D)/../src && $(MAKE) $(BEAMFILE_MAKEFLAG) ../ebin/$(@F)
+ cd $(@D)/../src && $(MAKE) ../ebin/$(@F)
# ----------------------------------------------------------------------