summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMike Christie <michaelc@cs.wisc.edu>2007-12-14 12:54:30 -0600
committerMike Christie <michaelc@cs.wisc.edu>2007-12-14 12:54:30 -0600
commita0520ce21cf639e1cdaf9a809e0969c0556b44e0 (patch)
tree6f2605bf640d7af6d3f8f51beb46c75fb126b647 /Makefile
parent0030504fc278577437e0a421145d6070909577a6 (diff)
downloadopen-iscsi-a0520ce21cf639e1cdaf9a809e0969c0556b44e0.tar.gz
fix up Makefile install_etc fix
from Albert: Need some ;\ to break up lines.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 4bd0314..046c0f9 100644
--- a/Makefile
+++ b/Makefile
@@ -96,8 +96,8 @@ install_iface: $(IFACEFILES)
install_etc: $(ETCFILES)
if [ ! -f /etc/iscsi/iscsid.conf ]; then \
- $(INSTALL) -d $(DESTDIR)$(etcdir)/iscsi
- $(INSTALL) -m 644 $^ $(DESTDIR)$(etcdir)/iscsi
+ $(INSTALL) -d $(DESTDIR)$(etcdir)/iscsi ; \
+ $(INSTALL) -m 644 $^ $(DESTDIR)$(etcdir)/iscsi ; \
fi
install_doc: $(MANPAGES)