aboutsummaryrefslogtreecommitdiffstats
path: root/lib/orber/examples/Stack/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/orber/examples/Stack/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/orber/examples/Stack/Makefile')
-rw-r--r--lib/orber/examples/Stack/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/orber/examples/Stack/Makefile b/lib/orber/examples/Stack/Makefile
index ccb65038a3..215e57fcbe 100644
--- a/lib/orber/examples/Stack/Makefile
+++ b/lib/orber/examples/Stack/Makefile
@@ -96,7 +96,7 @@ ERL_COMPILE_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: