diff options
author | Bruce Yinhe <[email protected]> | 2014-09-26 12:33:35 +0200 |
---|---|---|
committer | Bruce Yinhe <[email protected]> | 2014-09-26 12:33:35 +0200 |
commit | 7112989c5d6272161c08a69b849373dbf5342baf (patch) | |
tree | 142ee55d17573d86b88781907cc7449f09faeb67 /lib/eunit/src/Makefile | |
parent | f4a57a8e94b9eb5f21adfd1c8da62429a3cb35c1 (diff) | |
parent | 1f833958bc4142b9cc3d6804763d0653460c3e69 (diff) | |
download | otp-7112989c5d6272161c08a69b849373dbf5342baf.tar.gz otp-7112989c5d6272161c08a69b849373dbf5342baf.tar.bz2 otp-7112989c5d6272161c08a69b849373dbf5342baf.zip |
Merge branch 'maint'
Diffstat (limited to 'lib/eunit/src/Makefile')
-rw-r--r-- | lib/eunit/src/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/eunit/src/Makefile b/lib/eunit/src/Makefile index 82bd64c914..47aef104ff 100644 --- a/lib/eunit/src/Makefile +++ b/lib/eunit/src/Makefile @@ -80,7 +80,7 @@ all: $(OBJECTS) clean: - rm -f $(OBJECTS) + rm -f $(OBJECTS) $(PARSE_TRANSFORM_BIN) rm -f core *~ distclean: clean |