(ac): Add file that should have been added in rev. 1.24.

This commit is contained in:
Markus Armbruster 2006-01-23 20:47:25 +00:00
parent cadd69568a
commit c0aeefd865

View file

@ -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))