Simplify build rules, based on patch from Mike Frysinger and Gentoo.

This commit is contained in:
Petter Reinholdtsen
2009-11-20 22:55:47 +00:00
parent d56e3c239e
commit b80d3844c1
2 changed files with 22 additions and 24 deletions

View File

@ -6,6 +6,7 @@ sysvinit (2.88dsf) UNRELEASED; urgency=low
from Bill Nottingham.
* Adjust makefile to make sure the install directories are created
before files are copied into them.
* Simplify build rules, based on patch from Mike Frysinger and Gentoo.
* Fix minor bug in optimizing of argument parsing. Based on
report from jakemus on freshmeat.
* Add casts to get rid of compiler warning about signed/unsigned issues.