diff options
author | Anders Svensson <[email protected]> | 2011-09-27 12:07:31 +0200 |
---|---|---|
committer | Anders Svensson <[email protected]> | 2011-09-27 20:09:25 +0200 |
commit | 5af64c7d57d83ce35bfd7b15ac3ce6ec7459fd73 (patch) | |
tree | 5a160afaddfab288f0f4420c074d62a8ab52c55a /lib/diameter/src/compiler | |
parent | 72ef6722850a627acbbdc520d24029593c52f003 (diff) | |
download | otp-5af64c7d57d83ce35bfd7b15ac3ce6ec7459fd73.tar.gz otp-5af64c7d57d83ce35bfd7b15ac3ce6ec7459fd73.tar.bz2 otp-5af64c7d57d83ce35bfd7b15ac3ce6ec7459fd73.zip |
Don't include compiler/help modules in app
Diffstat (limited to 'lib/diameter/src/compiler')
-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),) |