aboutsummaryrefslogtreecommitdiffstats
path: root/lib/cosTransactions/test/Makefile
diff options
context:
space:
mode:
authorBjörn Gustavsson <[email protected]>2011-07-02 09:15:54 +0200
committerBjörn Gustavsson <[email protected]>2011-08-08 13:13:54 +0200
commit2c73d21a89d2d69e3cda4a9d10a544fb3cafd847 (patch)
treeefec73d97090910c1e48f70d9cad618f64b85626 /lib/cosTransactions/test/Makefile
parentfe9c1a041aa3a8d6ab45623050db15de8d311085 (diff)
downloadotp-2c73d21a89d2d69e3cda4a9d10a544fb3cafd847.tar.gz
otp-2c73d21a89d2d69e3cda4a9d10a544fb3cafd847.tar.bz2
otp-2c73d21a89d2d69e3cda4a9d10a544fb3cafd847.zip
cos*/src/Makefile: Support parallel make
Diffstat (limited to 'lib/cosTransactions/test/Makefile')
-rw-r--r--lib/cosTransactions/test/Makefile11
1 files changed, 6 insertions, 5 deletions
diff --git a/lib/cosTransactions/test/Makefile b/lib/cosTransactions/test/Makefile
index 44c90e8f84..0bc8c007da 100644
--- a/lib/cosTransactions/test/Makefile
+++ b/lib/cosTransactions/test/Makefile
@@ -121,13 +121,14 @@ docs:
# Special Targets
# ----------------------------------------------------
-TGT_TEST = \
- $(GEN_HRL_FILES:%=$(IDLOUTDIR)/%) \
- $(GEN_MODULES:%=$(IDLOUTDIR)/%.erl)
-
-$(TGT_TEST): etrap_test.idl
+IDL-GENERATED: etrap_test.idl
erlc $(ERL_IDL_FLAGS) -o$(IDLOUTDIR) \
+'{cfgfile,"etrap_test.cfg"}' etrap_test.idl
+ >IDL-GENERATED
+
+$(GEN_FILES): IDL-GENERATED
+
+$(TARGET_FILES): IDL-GENERATED
# ----------------------------------------------------
# Release Targets