aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ic/examples
diff options
context:
space:
mode:
authorLars Thorsen <[email protected]>2011-10-12 10:27:12 +0200
committerBjörn Gustavsson <[email protected]>2011-10-12 10:31:12 +0200
commit1c52cfa3b8cbc6e8650444ff10bab827965aa4ec (patch)
treef2f68b92f78fdee27c493fd16f5e9fbd71771670 /lib/ic/examples
parent199248be0ce5f5d147689b9608aa52e981c407ef (diff)
downloadotp-1c52cfa3b8cbc6e8650444ff10bab827965aa4ec.tar.gz
otp-1c52cfa3b8cbc6e8650444ff10bab827965aa4ec.tar.bz2
otp-1c52cfa3b8cbc6e8650444ff10bab827965aa4ec.zip
corba applications: Fix broken 'make clean'
The IDL-GENERATED files must be removed too; otherwise the target files will not be made the next time 'make' is invoked.
Diffstat (limited to 'lib/ic/examples')
-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: