aboutsummaryrefslogtreecommitdiffstats
path: root/erts/emulator/Makefile.in
diff options
context:
space:
mode:
authorAnthony Ramine <[email protected]>2014-03-09 02:16:35 +0100
committerAnthony Ramine <[email protected]>2014-03-09 02:16:35 +0100
commite3e8a510ed6c5b242e2ce2b83447843d0c1a47fb (patch)
tree02b025e14096d1ed6e170e569aaca5734a84dc51 /erts/emulator/Makefile.in
parent870737ab657433c5e8751255fe3c4d298202d142 (diff)
downloadotp-e3e8a510ed6c5b242e2ce2b83447843d0c1a47fb.tar.gz
otp-e3e8a510ed6c5b242e2ce2b83447843d0c1a47fb.tar.bz2
otp-e3e8a510ed6c5b242e2ce2b83447843d0c1a47fb.zip
Remove a superfluous echo in the emulator Makefile
It pollutes the output of silent rules.
Diffstat (limited to 'erts/emulator/Makefile.in')
-rw-r--r--erts/emulator/Makefile.in1
1 files changed, 0 insertions, 1 deletions
diff --git a/erts/emulator/Makefile.in b/erts/emulator/Makefile.in
index 523130d01a..d900b3eec7 100644
--- a/erts/emulator/Makefile.in
+++ b/erts/emulator/Makefile.in
@@ -1035,7 +1035,6 @@ $(BINDIR)/$(EMULATOR_EXECUTABLE): $(INIT_OBJS) $(OBJS) $(DEPLIBS) $(LCF)
else
$(BINDIR)/$(EMULATOR_EXECUTABLE): $(INIT_OBJS) $(OBJS) $(DEPLIBS)
- echo $(DEPLIBS)
$(ld_verbose)$(PURIFY) $(LD) -o $(BINDIR)/$(EMULATOR_EXECUTABLE) \
$(HIPEBEAMLDFLAGS) $(LDFLAGS) $(DEXPORT) $(INIT_OBJS) $(OBJS) \
$(STATIC_NIF_LIBS) $(STATIC_DRIVER_LIBS) $(LIBS)