(ac): Add file that should have been added in rev. 1.24.
This commit is contained in:
parent
cadd69568a
commit
c0aeefd865
1 changed files with 3 additions and 2 deletions
5
Make.mk
5
Make.mk
|
@ -82,8 +82,9 @@ subst.in = sed \
|
||||||
# Generated files
|
# Generated files
|
||||||
# See `Cleanliness' below
|
# See `Cleanliness' below
|
||||||
mk := sources.mk subjects.mk
|
mk := sources.mk subjects.mk
|
||||||
ac := $(srcdir)/autom4te.cache config.h config.log config.status \
|
ac := config.h config.log config.status stamp-h
|
||||||
stamp-h $(basename $(filter %.in, $(src)))
|
ac += $(basename $(filter %.in, $(src)))
|
||||||
|
ac += $(srcdir)/autom4te.cache $(srcdir)/src/client/autom4te.cache
|
||||||
acdist := aclocal.m4 config.h.in configure stamp-h.in
|
acdist := aclocal.m4 config.h.in configure stamp-h.in
|
||||||
acdistcli := $(addprefix src/client/, aclocal.m4 config.h.in configure)
|
acdistcli := $(addprefix src/client/, aclocal.m4 config.h.in configure)
|
||||||
obj := $(csrc:.c=.o) $(filter %.o, $(ac:.c=.o))
|
obj := $(csrc:.c=.o) $(filter %.o, $(ac:.c=.o))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue