diff options
author | Anders Svensson <[email protected]> | 2011-09-27 20:20:43 +0200 |
---|---|---|
committer | Anders Svensson <[email protected]> | 2011-09-27 20:20:43 +0200 |
commit | 58fe7b5e48ad95f14b05aae43a3a32122695da4e (patch) | |
tree | d4dbc0838f6053fd6ff9cc66c52f6a1b0fd5e36f /lib/diameter/src/compiler/Makefile | |
parent | 5d61dc1014b17e417ddc13e220283745460af70c (diff) | |
parent | 0296dbb27b20c75edc6a2dd75369dc17dc98aa5a (diff) | |
download | otp-58fe7b5e48ad95f14b05aae43a3a32122695da4e.tar.gz otp-58fe7b5e48ad95f14b05aae43a3a32122695da4e.tar.bz2 otp-58fe7b5e48ad95f14b05aae43a3a32122695da4e.zip |
Merge branch 'anders/diameter/release-0.10' into dev
* anders/diameter/release-0.10:
Example/dbg/comment fixes
Don't include compiler/help modules in app
Set version to 0.10 and update appup
Diffstat (limited to 'lib/diameter/src/compiler/Makefile')
-rw-r--r-- | lib/diameter/src/compiler/Makefile | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/lib/diameter/src/compiler/Makefile b/lib/diameter/src/compiler/Makefile index 3ab76064ac..779013bfbc 100644 --- a/lib/diameter/src/compiler/Makefile +++ b/lib/diameter/src/compiler/Makefile @@ -94,16 +94,6 @@ info: @echo "" # ---------------------------------------------------- -# Special Build Targets -# ---------------------------------------------------- - -# Invoked from ../app to add modules to the app file. -$(APP_TARGET): force - M=`echo $(MODULES) | sed -e 's/^ *//' -e 's/ *$$//' -e 'y/ /,/'`; \ - echo "/%COMPILER_MODULES%/s//$$M/;w;q" | tr ';' '\n' \ - | ed -s $@ - -# ---------------------------------------------------- # Release Target # ---------------------------------------------------- ifneq ($(ERL_TOP),) |