diff options
Diffstat (limited to 'lib/cosProperty')
| -rw-r--r-- | lib/cosProperty/src/Makefile | 6 | 
1 files changed, 5 insertions, 1 deletions
| diff --git a/lib/cosProperty/src/Makefile b/lib/cosProperty/src/Makefile index 1d2119dfb3..d12554b18d 100644 --- a/lib/cosProperty/src/Makefile +++ b/lib/cosProperty/src/Makefile @@ -161,10 +161,14 @@ docs:  # ----------------------------------------------------  # Special Build Targets  # ---------------------------------------------------- -$(GEN_ERL_FILES) $(GEN_HRL_FILES): CosProperty.idl +IDL-GENERATED: CosProperty.idl  	erlc $(ERL_IDL_FLAGS) +'{cfgfile,"CosProperty.cfg"}' CosProperty.idl  	mv $(LOCAL_HRL_FILES) $(EXTERNAL_INC_PATH) +	>IDL-GENERATED +$(GEN_FILES): IDL-GENERATED + +$(TARGET_FILES): IDL-GENERATED  # ----------------------------------------------------  # Release Target | 
