summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorHannes Reinecke <hare@suse.de>2014-01-29 07:59:47 +0100
committerMike Christie <michaelc@cs.wisc.edu>2014-01-31 23:25:07 -0600
commit91cc9c3a7b6557858d39ad0d1970d18a35ca7cc3 (patch)
treeb3d247ef792ae6395fd100360c7030d473d6dbac /Makefile
parent2b4a011269ca386323a3961a3f197eaea91d63d9 (diff)
downloadopen-iscsi-91cc9c3a7b6557858d39ad0d1970d18a35ca7cc3.tar.gz
iscsiuio: Update automake files
The automake files from iscsiuio are somewhat oldish. So update them to the current standard. Signed-off-by: Hannes Reinecke <hare@suse.de>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 0b7bb98..88b3529 100644
--- a/Makefile
+++ b/Makefile
@@ -49,6 +49,9 @@ utils/open-isns/Makefile: utils/open-isns/configure utils/open-isns/Makefile.in
iscsiuio/Makefile: iscsiuio/configure iscsiuio/Makefile.in
cd iscsiuio; ./configure
+iscsiuio/configure iscsiuio/Makefile.in: iscsiuio/configure.ac iscsiuio/Makefile.am
+ cd iscsiuio; autoreconf --install
+
kernel: force
$(MAKE) -C kernel
@echo "Kernel Compilation complete Output file"