diff options
author | Anthony Ramine <[email protected]> | 2013-01-20 12:03:38 +0100 |
---|---|---|
committer | Björn-Egil Dahlberg <[email protected]> | 2013-01-23 18:07:15 +0100 |
commit | bf0f8d80416587f42778aac824edbcd181703da7 (patch) | |
tree | e0ac16709b0ae55301623cd129e984bdf5309286 /erts/lib_src/Makefile.in | |
parent | e99df74bee7c245ec76678e336fcd09d4b51a089 (diff) | |
download | otp-bf0f8d80416587f42778aac824edbcd181703da7.tar.gz otp-bf0f8d80416587f42778aac824edbcd181703da7.tar.bz2 otp-bf0f8d80416587f42778aac824edbcd181703da7.zip |
Fix a typo in erts/lib_src/Makefile.in
Diffstat (limited to 'erts/lib_src/Makefile.in')
-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)),) |