(subjects.mk): Didn't work when info sources were deleted.
This commit is contained in:
parent
2aea9269b9
commit
5064c5425f
1 changed files with 4 additions and 0 deletions
4
Make.mk
4
Make.mk
|
@ -219,6 +219,10 @@ $(libs) $(empth_lib): | lib
|
|||
|
||||
subjects.mk: $(tsrc) info/findsubj.pl sources.mk
|
||||
perl $(srcdir)/info/findsubj.pl
|
||||
# If sources.mk is out of date, $(tsrc) is. If it contains files that
|
||||
# went away, make can't remake subjects.mk. Tell it to ignore such
|
||||
# missing files:
|
||||
$(tsrc):
|
||||
|
||||
$(tsubj): info/mksubj.pl
|
||||
perl $(srcdir)/info/mksubj.pl $@ $(filter %.t, $^)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue