summaryrefslogtreecommitdiff
path: root/x2p
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2013-05-15 19:40:46 +0200
committerNicholas Clark <nick@ccl4.org>2013-05-20 21:50:45 +0200
commit3ae7e562a2ff05c27052670c20b7ba3b7005bf7b (patch)
tree4cbd7136393a45e7518f04fa94c8233cb5c8ac03 /x2p
parent0ff64a71c493f41b23ddd052a465c3d40c3264f2 (diff)
downloadperl-3ae7e562a2ff05c27052670c20b7ba3b7005bf7b.tar.gz
Pass in to makedepend the name(s) of files that all objects depend on.
Diffstat (limited to 'x2p')
-rwxr-xr-xx2p/Makefile.SH2
1 files changed, 1 insertions, 1 deletions
diff --git a/x2p/Makefile.SH b/x2p/Makefile.SH
index 55d338f95a..e5a3c94d8b 100755
--- a/x2p/Makefile.SH
+++ b/x2p/Makefile.SH
@@ -170,7 +170,7 @@ lint:
lint $(lintflags) $(defs) $(c) > a2p.fuzz
depend: ../makedepend
- sh ../makedepend MAKE=$(MAKE)
+ sh ../makedepend MAKE=$(MAKE) cflags
clist:
echo $(c) | tr ' ' $(TRNL) >.clist