mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2024-11-17 18:11:00 +03:00
5b1bc1a1d8
A lot of string replacement target don't have dependency or incorrect dependency. We setup proper dependency by pattern rules. Signed-off-by: Chunwei Chen <david.chen@osnexus.com> Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov> Closes #4908
14 lines
200 B
Makefile
14 lines
200 B
Makefile
modulesload_DATA = \
|
|
zfs.conf
|
|
|
|
EXTRA_DIST = \
|
|
$(top_srcdir)/etc/modules-load.d/zfs.conf.in
|
|
|
|
$(modulesload_DATA):%:%.in
|
|
-$(SED) \
|
|
-e '' \
|
|
$< >'$@'
|
|
|
|
distclean-local::
|
|
-$(RM) $(modulesload_DATA)
|