aboutsummaryrefslogtreecommitdiffstats
path: root/lib/diameter/src/app
diff options
context:
space:
mode:
authorAnders Svensson <[email protected]>2011-05-20 12:25:28 +0200
committerAnders Svensson <[email protected]>2011-05-20 12:25:28 +0200
commit7715953ce12be54b1889ebf5af4ba694186370a8 (patch)
treef431ba15d55cc8bf5b7a22f8632497fda4e7db43 /lib/diameter/src/app
parent4b94d2f1a48b6701bfe46f344935a379c313fc7d (diff)
downloadotp-7715953ce12be54b1889ebf5af4ba694186370a8.tar.gz
otp-7715953ce12be54b1889ebf5af4ba694186370a8.tar.bz2
otp-7715953ce12be54b1889ebf5af4ba694186370a8.zip
Minor make depend fixes.
Diffstat (limited to 'lib/diameter/src/app')
-rw-r--r--lib/diameter/src/app/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/diameter/src/app/Makefile b/lib/diameter/src/app/Makefile
index 8985ca4911..6de220d282 100644
--- a/lib/diameter/src/app/Makefile
+++ b/lib/diameter/src/app/Makefile
@@ -187,7 +187,7 @@ depend: depend.mk
# has already been made since it's currently not smart enough to not
# force a rebuild of those beams dependent on generated hrls, and this
# is a no-no at make release.
-depend.mk: depend.sed $(MODULES:%=%.erl) modules.mk Makefile
+depend.mk: depend.sed $(MODULES:%=%.erl) Makefile
(for f in $(MODULES); do \
sed -f $< $$f.erl | sed "s@/@/$$f@"; \
done) \