diff options
author | Björn Gustavsson <[email protected]> | 2011-10-20 10:48:59 +0200 |
---|---|---|
committer | Björn Gustavsson <[email protected]> | 2011-10-20 10:48:59 +0200 |
commit | 907772538853d2f89d60702eb140e164a72503ad (patch) | |
tree | afa1cc7d03a19451ab129b45db6af444503d51d4 /lib/ic/examples/pre_post_condition | |
parent | 19a71e26888ab11dac720cc91e0e255e06812edf (diff) | |
parent | 1c52cfa3b8cbc6e8650444ff10bab827965aa4ec (diff) | |
download | otp-907772538853d2f89d60702eb140e164a72503ad.tar.gz otp-907772538853d2f89d60702eb140e164a72503ad.tar.bz2 otp-907772538853d2f89d60702eb140e164a72503ad.zip |
Merge branch 'bjorn/parallel-make/OTP-9451'
* bjorn/parallel-make/OTP-9451:
corba applications: Fix broken 'make clean'
ic documentation: Support parallel make
Revert "ic documentation: Support parallel make"
Diffstat (limited to 'lib/ic/examples/pre_post_condition')
-rw-r--r-- | lib/ic/examples/pre_post_condition/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ic/examples/pre_post_condition/Makefile b/lib/ic/examples/pre_post_condition/Makefile index 85cbbdb9ff..d57133c964 100644 --- a/lib/ic/examples/pre_post_condition/Makefile +++ b/lib/ic/examples/pre_post_condition/Makefile @@ -100,7 +100,7 @@ YRL_FLAGS = debug opt: $(TARGET_FILES) clean: - rm -f $(TARGET_FILES) $(GEN_ERL_MODULES:%=%.erl) $(GEN_HRL_FILES) $(CLASS_FILES) + rm -f $(TARGET_FILES) $(GEN_ERL_MODULES:%=%.erl) $(GEN_HRL_FILES) $(CLASS_FILES) IDL-GENERATED rm -f errs core *~ docs: |