aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ic/examples/pre_post_condition/Makefile
diff options
context:
space:
mode:
authorBjörn Gustavsson <[email protected]>2011-10-20 10:48:59 +0200
committerBjörn Gustavsson <[email protected]>2011-10-20 10:48:59 +0200
commit907772538853d2f89d60702eb140e164a72503ad (patch)
treeafa1cc7d03a19451ab129b45db6af444503d51d4 /lib/ic/examples/pre_post_condition/Makefile
parent19a71e26888ab11dac720cc91e0e255e06812edf (diff)
parent1c52cfa3b8cbc6e8650444ff10bab827965aa4ec (diff)
downloadotp-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/Makefile')
-rw-r--r--lib/ic/examples/pre_post_condition/Makefile2
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: