summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMike Christie <michaelc@cs.wisc.edu>2007-06-29 12:34:27 -0500
committerMike Christie <michaelc@cs.wisc.edu>2007-06-29 12:34:27 -0500
commit4c1c60062cdb2b7300628f71dd13d630d608ddee (patch)
tree4b589e75d0ebd58a9329ddaeb8d997a0ae58e542 /Makefile
parent7119484cdb907fe392f94188030d0d28780aec47 (diff)
downloadopen-iscsi-4c1c60062cdb2b7300628f71dd13d630d608ddee.tar.gz
Fix fwparam_ibft compilation with older gccs
From: Olaf Kirch <olaf.kirch@oracle.com> Add a "make depend" rule to all Makefiles building user space apps. Signed-off-by: olaf.kirch@oracle.com
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 8bbe904..16ef1df 100644
--- a/Makefile
+++ b/Makefile
@@ -116,4 +116,9 @@ install_iname:
echo "***************************************************" ; \
fi
+depend:
+ for dir in usr utils utils/fwparam_ibft; do \
+ $(MAKE) -C $$dir $@; \
+ done
+
# vim: ft=make tw=72 sw=4 ts=4: