summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorLee Duncan <lduncan@suse.com>2022-04-04 10:07:03 -0700
committerLee Duncan <lduncan@suse.com>2022-04-04 13:13:22 -0700
commit91342b4167a1a50f2f14e15f48b7fa2f02d32f54 (patch)
tree6a974cbdf63f2c228d1cfd090b2f215aea362244 /Makefile
parent4f5c4af2047756f86400ac66491eb1b6c6f7d8bc (diff)
downloadopen-iscsi-91342b4167a1a50f2f14e15f48b7fa2f02d32f54.tar.gz
Build: remove unused Makefile HOMEDIR creation
The "HOMEDIR" (/etc/iscsi by default) is no referenced in the top-level Makefile, so no need to create it here.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 0422cf5..44274a1 100644
--- a/Makefile
+++ b/Makefile
@@ -116,9 +116,6 @@ install_etc_all:
install_doc:
$(MAKE) $(MFLAGS) -C doc $@
-$(DESTDIR)$(HOMEDIR):
- [ -d $@ ] || $(INSTALL) -d -m 755 $@
-
install_libopeniscsiusr:
$(MAKE) $(MFLAGS) -C libopeniscsiusr install