diff options
author | Bruce Yinhe <[email protected]> | 2014-09-26 12:17:56 +0200 |
---|---|---|
committer | Bruce Yinhe <[email protected]> | 2014-09-26 12:33:18 +0200 |
commit | 1f833958bc4142b9cc3d6804763d0653460c3e69 (patch) | |
tree | 100cf05f2db28866db3b7761d04f36258c14870d /lib/ssl/src | |
parent | 2397a14d1113bc2d334dee908269cf3b63c46314 (diff) | |
parent | 61c9499fbe7eeb6165febd100280d0e089904280 (diff) | |
download | otp-1f833958bc4142b9cc3d6804763d0653460c3e69.tar.gz otp-1f833958bc4142b9cc3d6804763d0653460c3e69.tar.bz2 otp-1f833958bc4142b9cc3d6804763d0653460c3e69.zip |
Merge branch 'matwey/makefile' into maint
OTP-12200
* matwey/makefile:
Cleanup parse_transform modules in eunit
Cleanup behaviour modules in ssl
Cleanup behaviour modules in ssh
Fix a typo in clean section of otp_mibs makefile
Diffstat (limited to 'lib/ssl/src')
-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 |