diff options
author | Matwey V. Kornilov <[email protected]> | 2014-06-17 21:44:01 +0400 |
---|---|---|
committer | Matwey V. Kornilov <[email protected]> | 2014-07-02 18:10:53 +0400 |
commit | 58bf8106866b6f8845f925a96c57c66c18700cca (patch) | |
tree | 549f2c7f0d00717e740d9eb78c1e591af2cc9809 /lib/ssh/src | |
parent | 0ce2323d8c68eb59e02aa46f920b5097886614f3 (diff) | |
download | otp-58bf8106866b6f8845f925a96c57c66c18700cca.tar.gz otp-58bf8106866b6f8845f925a96c57c66c18700cca.tar.bz2 otp-58bf8106866b6f8845f925a96c57c66c18700cca.zip |
Cleanup behaviour modules in ssh
Behaviour modules were not cleanuped.
Diffstat (limited to 'lib/ssh/src')
-rw-r--r-- | lib/ssh/src/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ssh/src/Makefile b/lib/ssh/src/Makefile index 2ef2859fd7..53c755d3cb 100644 --- a/lib/ssh/src/Makefile +++ b/lib/ssh/src/Makefile @@ -115,7 +115,7 @@ $(TARGET_FILES): $(BEHAVIOUR_TARGET_FILES) debug opt: $(TARGET_FILES) $(APP_TARGET) $(APPUP_TARGET) clean: - rm -f $(TARGET_FILES) $(APP_TARGET) $(APPUP_TARGET) + rm -f $(TARGET_FILES) $(APP_TARGET) $(APPUP_TARGET) $(BEHAVIOUR_TARGET_FILES) rm -f errs core *~ $(APP_TARGET): $(APP_SRC) ../vsn.mk |