diff options
author | Matwey V. Kornilov <[email protected]> | 2014-06-17 21:45:52 +0400 |
---|---|---|
committer | Matwey V. Kornilov <[email protected]> | 2014-07-02 18:10:57 +0400 |
commit | e673ad2e7220e5a162cbbdfdca9135c14080794e (patch) | |
tree | e62705d8274b1a5f564ffa6d810e48793091436a /lib/ssl | |
parent | 58bf8106866b6f8845f925a96c57c66c18700cca (diff) | |
download | otp-e673ad2e7220e5a162cbbdfdca9135c14080794e.tar.gz otp-e673ad2e7220e5a162cbbdfdca9135c14080794e.tar.bz2 otp-e673ad2e7220e5a162cbbdfdca9135c14080794e.zip |
Cleanup behaviour modules in ssl
Behaviour modules were not cleanuped.
Diffstat (limited to 'lib/ssl')
-rw-r--r-- | lib/ssl/src/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ssl/src/Makefile b/lib/ssl/src/Makefile index 7c4c8ec2cc..0c00a650b9 100644 --- a/lib/ssl/src/Makefile +++ b/lib/ssl/src/Makefile @@ -118,7 +118,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 |