aboutsummaryrefslogtreecommitdiffstats
path: root/lib/diameter/src/compiler
diff options
context:
space:
mode:
authorAnders Svensson <[email protected]>2011-09-27 12:07:31 +0200
committerAnders Svensson <[email protected]>2011-09-27 20:09:25 +0200
commit5af64c7d57d83ce35bfd7b15ac3ce6ec7459fd73 (patch)
tree5a160afaddfab288f0f4420c074d62a8ab52c55a /lib/diameter/src/compiler
parent72ef6722850a627acbbdc520d24029593c52f003 (diff)
downloadotp-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/Makefile10
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),)