remove a duplicated : for the install rule.
This commit is contained in:
parent
9da4efe896
commit
3b947046b9
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue