mirror of
git://sourceware.org/git/lvm2.git
synced 2025-03-10 16:58:47 +03:00
makefiles: avoid regeneration of Makefile
When Makefile.in is touched, it's been matched by 'man' rule and it's been wrongly regnerated. Put in explicit rules to avoid Makefile sed processing.
This commit is contained in:
parent
2de11c9e9e
commit
2cd98b2782
@ -92,6 +92,9 @@ man: $(MAN5) $(MAN7) $(MAN8) $(MAN8CLUSTER) $(MAN8SYSTEMD_GENERATORS)
|
||||
|
||||
$(MAN5) $(MAN7) $(MAN8) $(MAN8DM) $(MAN8CLUSTER): Makefile
|
||||
|
||||
Makefile: Makefile.in
|
||||
@:
|
||||
|
||||
%: %.in
|
||||
@case "$@" in \
|
||||
*/*) ;; \
|
||||
|
Loading…
x
Reference in New Issue
Block a user