diff options
author | Björn Gustavsson <[email protected]> | 2011-07-02 09:15:54 +0200 |
---|---|---|
committer | Björn Gustavsson <[email protected]> | 2011-08-08 13:13:54 +0200 |
commit | 2c73d21a89d2d69e3cda4a9d10a544fb3cafd847 (patch) | |
tree | efec73d97090910c1e48f70d9cad618f64b85626 /lib/cosNotification/test | |
parent | fe9c1a041aa3a8d6ab45623050db15de8d311085 (diff) | |
download | otp-2c73d21a89d2d69e3cda4a9d10a544fb3cafd847.tar.gz otp-2c73d21a89d2d69e3cda4a9d10a544fb3cafd847.tar.bz2 otp-2c73d21a89d2d69e3cda4a9d10a544fb3cafd847.zip |
cos*/src/Makefile: Support parallel make
Diffstat (limited to 'lib/cosNotification/test')
-rw-r--r-- | lib/cosNotification/test/Makefile | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/lib/cosNotification/test/Makefile b/lib/cosNotification/test/Makefile index 43f73addae..f509370430 100644 --- a/lib/cosNotification/test/Makefile +++ b/lib/cosNotification/test/Makefile @@ -161,13 +161,14 @@ docs: # Special Targets # ---------------------------------------------------- -TGT_TEST = \ - $(GEN_HRL_FILES:%=$(IDLOUTDIR)/%) \ - $(GEN_MODULES:%=$(IDLOUTDIR)/%.erl) - -$(TGT_TEST): notify_test_server.idl +IDL-GENERATED: notify_test_server.idl erlc $(ERL_COMPILE_FLAGS) -o$(IDLOUTDIR) \ +'{cfgfile,"notify_test_server.cfg"}' notify_test_server.idl + >IDL-GENERATED + +$(GEN_FILES): IDL-GENERATED + +$(TARGET_FILES): IDL-GENERATED # ---------------------------------------------------- # Release Targets |