diff options
author | Eli Zaretskii <eliz@gnu.org> | 2000-08-29 17:12:42 +0000 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2000-08-29 17:12:42 +0000 |
commit | efa21132aea25c8adee59dc185128e00ec529d9f (patch) | |
tree | e01642be66dacb5708fbc3ff65b869c95aa6373f /lib-src/Makefile.in | |
parent | 2a8bd25f14282558501248a4e8a0d646b6d1973e (diff) | |
download | emacs-efa21132aea25c8adee59dc185128e00ec529d9f.tar.gz |
(profile, make-docfile, hexl): Depend on config.h.
Diffstat (limited to 'lib-src/Makefile.in')
-rw-r--r-- | lib-src/Makefile.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib-src/Makefile.in b/lib-src/Makefile.in index 63fe371ac91..44e8089c4f7 100644 --- a/lib-src/Makefile.in +++ b/lib-src/Makefile.in @@ -370,10 +370,10 @@ ebrowse: ${srcdir}/ebrowse.c $(GETOPTDEPS) ../src/config.h 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 @@ emacsclient: ${srcdir}/emacsclient.c ../src/config.h $(GETOPTDEPS) -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. |