patch from netbsd

This commit is contained in:
Duncan Laurie 2006-06-28 22:04:30 +00:00
parent 388b9e058d
commit cc63758d53

View File

@ -49,7 +49,7 @@ dist-hook:
install-data-local:
mkdir -p $(DOCDIR)
install -m 644 $(DOCLIST) $(DOCDIR)
$(INSTALL_DATA) -m 644 $(DOCLIST) $(DOCDIR)
.PHONY: pkg
pkg: PKG := ipmitool-@VERSION@-@OS@-@ARCH@
@ -76,4 +76,3 @@ rpm: control/ipmitool.spec dist
.PHONY: clean-rpm
clean-rpm:
-rm -rf $(RPMDIR)