Use automatic variable in Makefile
authorNed Bass <bass6@llnl.gov>
Thu, 22 Sep 2011 22:36:42 +0000 (15:36 -0700)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Mon, 26 Sep 2011 16:22:30 +0000 (09:22 -0700)
commitf021fe194fec75ba1196638ca00301ba3b54ae85
tree6611bcd28aad78710c6f09f5fe22758e0478d4d7
parentfa6e5ced2fba92555019c7bc09b4c4b98c1a5323
Use automatic variable in Makefile

As written, the $(init_SCRIPTS) rule in etc/init.d/Makefule.am
would not work as expected if the init_SCRIPTS variable were
to contain any elements other than zfs.  Fix this by replacing
the hard-coded 'zfs' reference with $@.

Signed-off-by: Ned Bass <bass6@llnl.gov>
Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
Closes #410
etc/init.d/Makefile.am
etc/init.d/Makefile.in