Supply a default $INSTALL for GNU make.
This commit is contained in:
parent
4b6a27fdf9
commit
40c93d6248
@ -4,6 +4,8 @@ LEVELDIR = $(DESTDIR)/etc/runlevels
|
|||||||
BOOTDIR = $(LEVELDIR)/boot
|
BOOTDIR = $(LEVELDIR)/boot
|
||||||
DEFAULTDIR = $(LEVELDIR)/default
|
DEFAULTDIR = $(LEVELDIR)/default
|
||||||
|
|
||||||
|
INSTALL ?= install
|
||||||
|
|
||||||
install:
|
install:
|
||||||
if ! test -d "$(BOOTDIR)"; then \
|
if ! test -d "$(BOOTDIR)"; then \
|
||||||
$(INSTALL) -d $(BOOTDIR) || exit $$?; \
|
$(INSTALL) -d $(BOOTDIR) || exit $$?; \
|
||||||
|
Loading…
Reference in New Issue
Block a user