From e3c5387405e704568fd38885a75b115b8c19cb71 Mon Sep 17 00:00:00 2001 From: Erik Troan Date: Wed, 29 Mar 2000 17:53:09 +0000 Subject: added empty all rule --- scripts/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'scripts/Makefile') diff --git a/scripts/Makefile b/scripts/Makefile index 74f027043..7298f332a 100644 --- a/scripts/Makefile +++ b/scripts/Makefile @@ -1,5 +1,7 @@ include ../Makefile.inc +all: + install: install -m 755 upd-instroot $(DESTDIR)/$(RUNTIMEDIR) install -m 755 upd-modules $(DESTDIR)/$(RUNTIMEDIR) -- cgit