diff options
author | Björn-Egil Dahlberg <[email protected]> | 2013-01-25 14:51:10 +0100 |
---|---|---|
committer | Björn-Egil Dahlberg <[email protected]> | 2013-01-25 14:51:10 +0100 |
commit | b3d0eab63d2f1555e9b6c796f2fdf6bc698c60b1 (patch) | |
tree | 456d1c35a6736d87d1ae814dbc41e6f0f97a5abf /erts | |
parent | 907d498ff798345fc8e8b71fc08a1c5b40112037 (diff) | |
parent | 8239310ded50306bf3e250716c22753d41f08a96 (diff) | |
download | otp-b3d0eab63d2f1555e9b6c796f2fdf6bc698c60b1.tar.gz otp-b3d0eab63d2f1555e9b6c796f2fdf6bc698c60b1.tar.bz2 otp-b3d0eab63d2f1555e9b6c796f2fdf6bc698c60b1.zip |
Merge branch 'nox/enable-silent-rules-doc'
* nox/enable-silent-rules-doc:
Document output.mk.in
Fix a typo in erts/lib_src/Makefile.in
Diffstat (limited to 'erts')
-rw-r--r-- | erts/lib_src/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/erts/lib_src/Makefile.in b/erts/lib_src/Makefile.in index 88083bfe7d..fbea0a9e88 100644 --- a/erts/lib_src/Makefile.in +++ b/erts/lib_src/Makefile.in @@ -579,7 +579,7 @@ ifeq ($(USING_VC),yes) | $(SED_MDd_DEPEND) >> $(DEPEND_MK) else $(V_at)$(DEP_CC) -MM $(THR_DEFS) $(DEP_FLAGS) $(ETHREAD_LIB_SRC) \ - | $(SED_r_DEPEND) >$(V_at)> $(DEPEND_MK) + | $(SED_r_DEPEND) >> $(DEPEND_MK) endif endif ifneq ($(strip $(ERTS_INTERNAL_LIB_SRCS)),) |