]> git.ipfire.org Git - thirdparty/dracut.git/commit
Makefile: use implicit rules for install/dracut-install
authorAmadeusz Żołnowski <aidecoe@aidecoe.name>
Wed, 25 Jul 2012 20:08:23 +0000 (22:08 +0200)
committerHarald Hoyer <harald@redhat.com>
Thu, 26 Jul 2012 06:35:02 +0000 (08:35 +0200)
commitab8bfca7949cf18837ead4b3aebd5f2186a6f739
tree6f8b558e9494d53c72e9d0a309794745e5a3a353
parent386579a45a69c428cddffe30c473dd21213f3ea1
Makefile: use implicit rules for install/dracut-install

Don't fail on install rule if install/dracut-install is not build - just
skip it.  $(strip) is not used by install rule, because it is nowhere
set.
Makefile