diff options
author | Lars Thorsen <[email protected]> | 2014-06-12 12:52:20 +0200 |
---|---|---|
committer | Lars Thorsen <[email protected]> | 2014-06-23 08:51:29 +0200 |
commit | 5f129ff7bb5f80bcead08ff6224ff701e3fe3442 (patch) | |
tree | 60005939fd2c70799b292f6dd93e7a7bcb311894 /lib/orber/src/Makefile | |
parent | ed3927c0db4b59cebdf10049f4b03a7e96383a88 (diff) | |
download | otp-5f129ff7bb5f80bcead08ff6224ff701e3fe3442.tar.gz otp-5f129ff7bb5f80bcead08ff6224ff701e3fe3442.tar.bz2 otp-5f129ff7bb5f80bcead08ff6224ff701e3fe3442.zip |
[orber] Remove a define of ORBVSN when compiling orbers erlang modules
Diffstat (limited to 'lib/orber/src/Makefile')
-rw-r--r-- | lib/orber/src/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/orber/src/Makefile b/lib/orber/src/Makefile index d96350f4d5..398e481138 100644 --- a/lib/orber/src/Makefile +++ b/lib/orber/src/Makefile @@ -194,8 +194,7 @@ ERL_IDL_FLAGS += -pa $(ERL_TOP)/lib/orber/ebin ERL_COMPILE_FLAGS += $(ERL_IDL_FLAGS) \ -I$(ERL_TOP)/lib/orber/include \ +'{parse_transform,sys_pre_attributes}' \ - +'{attribute,insert,app_vsn,"orber_$(ORBER_VSN)"}' \ - -D'ORBVSN="$(ORBER_VSN)"' + +'{attribute,insert,app_vsn,"orber_$(ORBER_VSN)"}' ASN_FLAGS = -bber +der +compact_bit_string +nowarn_unused_record |