Mercurial > emacs
changeset 31273:2f1422e32b4f
(profile, make-docfile, hexl): Depend on config.h.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Tue, 29 Aug 2000 17:12:42 +0000 |
parents | d24483a99702 |
children | b63fdc46cda2 |
files | lib-src/Makefile.in |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/lib-src/Makefile.in Tue Aug 29 15:04:48 2000 +0000 +++ b/lib-src/Makefile.in Tue Aug 29 17:12:42 2000 +0000 @@ -370,10 +370,10 @@ ctags: etags $(CC) ${ALL_CFLAGS} -DCTAGS -DVERSION="\"${version}\"" ${srcdir}/etags.c $(GETOPTOBJS) $(REGEXPOBJ) $(LOADLIBES) -o ctags -profile: ${srcdir}/profile.c +profile: ${srcdir}/profile.c ../src/config.h $(CC) ${ALL_CFLAGS} ${srcdir}/profile.c $(LOADLIBES) -o profile -make-docfile: ${srcdir}/make-docfile.c +make-docfile: ${srcdir}/make-docfile.c ../src/config.h $(CC) ${ALL_CFLAGS} ${srcdir}/make-docfile.c $(LOADLIBES) -o make-docfile digest-doc: ${srcdir}/digest-doc.c @@ -412,7 +412,7 @@ -DVERSION=`sed -n -e '/(defconst emacs-version/ s/^[^"]*\("[^"]*"\).*/\1/p' ${srcdir}/../lisp/version.el` \ $(LOADLIBES) -o emacsclient -hexl: ${srcdir}/hexl.c +hexl: ${srcdir}/hexl.c ../src/config.h $(CC) ${ALL_CFLAGS} ${srcdir}/hexl.c $(LOADLIBES) -o hexl /* These are NOT included in INSTALLABLES or UTILITIES.