Supply a default $INSTALL for GNU make.

This commit is contained in:
Roy Marples 2007-12-27 16:53:14 +00:00
parent 4b6a27fdf9
commit 40c93d6248

View File

@ -4,6 +4,8 @@ LEVELDIR = $(DESTDIR)/etc/runlevels
BOOTDIR = $(LEVELDIR)/boot
DEFAULTDIR = $(LEVELDIR)/default
INSTALL ?= install
install:
if ! test -d "$(BOOTDIR)"; then \
$(INSTALL) -d $(BOOTDIR) || exit $$?; \