remove a duplicated : for the install rule.

This commit is contained in:
veego 1997-04-24 08:22:45 +00:00
parent 9da4efe896
commit 3b947046b9
2 changed files with 2 additions and 2 deletions

View File

@ -88,7 +88,7 @@ libboot.a: $(OBJS)
### install what we need: ###
install:: all catinstall
install: all catinstall
install -o $(BINOWN) -g $(BINGRP) installboot ${DESTDIR}/usr/sbin
install -o $(BINOWN) -g $(BINGRP) $(BOOTBLOCKS) ${DESTDIR}/usr/mdec

View File

@ -88,7 +88,7 @@ libboot.a: $(OBJS)
### install what we need: ###
install:: all catinstall
install: all catinstall
install -o $(BINOWN) -g $(BINGRP) installboot ${DESTDIR}/usr/sbin
install -o $(BINOWN) -g $(BINGRP) $(BOOTBLOCKS) ${DESTDIR}/usr/mdec