diff options
author | Björn-Egil Dahlberg <[email protected]> | 2014-03-28 18:32:18 +0100 |
---|---|---|
committer | Björn-Egil Dahlberg <[email protected]> | 2014-03-28 18:32:18 +0100 |
commit | 4503158956b9f7357551c349f3e1095acdfb80f8 (patch) | |
tree | 63dd627f6db5f4f90eb457711302088b251dec9f /erts/emulator | |
parent | 8964e0f9430fba4f1827734f8e1551ef7c715d0a (diff) | |
parent | e3e8a510ed6c5b242e2ce2b83447843d0c1a47fb (diff) | |
download | otp-4503158956b9f7357551c349f3e1095acdfb80f8.tar.gz otp-4503158956b9f7357551c349f3e1095acdfb80f8.tar.bz2 otp-4503158956b9f7357551c349f3e1095acdfb80f8.zip |
Merge branch 'nox/remove-superfluous-echo'
* nox/remove-superfluous-echo:
Remove a superfluous echo in the emulator Makefile
Diffstat (limited to 'erts/emulator')
-rw-r--r-- | erts/emulator/Makefile.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/erts/emulator/Makefile.in b/erts/emulator/Makefile.in index 58639c7190..7145824f91 100644 --- a/erts/emulator/Makefile.in +++ b/erts/emulator/Makefile.in @@ -1039,7 +1039,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) |