aboutsummaryrefslogtreecommitdiffstats
path: root/lib/diameter/src/app
diff options
context:
space:
mode:
authorAnders Svensson <[email protected]>2011-10-14 12:19:14 +0200
committerAnders Svensson <[email protected]>2011-10-17 12:26:47 +0200
commitd8ec8f4f35707581fa55f4e97fc8264b7adf0cab (patch)
treeb08bb1480526527c53f620450557c74134450cdb /lib/diameter/src/app
parent1bc7cbe24f2ae45f6573e4dfd002d6cfc9d4887a (diff)
downloadotp-d8ec8f4f35707581fa55f4e97fc8264b7adf0cab.tar.gz
otp-d8ec8f4f35707581fa55f4e97fc8264b7adf0cab.tar.bz2
otp-d8ec8f4f35707581fa55f4e97fc8264b7adf0cab.zip
Dependency fix
Has to follow the release_targets include for make not to think that a misspelled dictionary is up to date just because the exprecs dependency is.
Diffstat (limited to 'lib/diameter/src/app')
-rw-r--r--lib/diameter/src/app/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/diameter/src/app/Makefile b/lib/diameter/src/app/Makefile
index 9042bff407..b2efc42a69 100644
--- a/lib/diameter/src/app/Makefile
+++ b/lib/diameter/src/app/Makefile
@@ -154,8 +154,6 @@ compiler:
app: $(APP_TARGET) $(APPUP_TARGET)
dict: $(DICT_ERL_FILES)
-$(DICT_MODULES:%=$(EBIN)/%.$(EMULATOR)): $(EBIN)/diameter_exprecs.$(EMULATOR)
-
# ----------------------------------------------------
# Release Target
# ----------------------------------------------------
@@ -187,6 +185,8 @@ release_docs_spec:
# Dependencies
# ----------------------------------------------------
+$(DICT_MODULES:%=$(EBIN)/%.$(EMULATOR)): $(EBIN)/diameter_exprecs.$(EMULATOR)
+
diameter_gen_base_accounting.erl diameter_gen_relay.erl: \
$(EBIN)/diameter_gen_base_rfc3588.beam