diff options
author | Erik Troan <ewt@redhat.com> | 2000-03-29 17:53:09 +0000 |
---|---|---|
committer | Erik Troan <ewt@redhat.com> | 2000-03-29 17:53:09 +0000 |
commit | e3c5387405e704568fd38885a75b115b8c19cb71 (patch) | |
tree | ad0fa2e619b12dee541d6362e6711172cb188b8e /scripts/Makefile | |
parent | 31dde578440677defd9d048883f7e484d957946b (diff) | |
download | anaconda-e3c5387405e704568fd38885a75b115b8c19cb71.tar.gz anaconda-e3c5387405e704568fd38885a75b115b8c19cb71.tar.xz anaconda-e3c5387405e704568fd38885a75b115b8c19cb71.zip |
added empty all rule
Diffstat (limited to 'scripts/Makefile')
-rw-r--r-- | scripts/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
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) |