aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src
diff options
context:
space:
mode:
Diffstat (limited to 'lib-src')
-rw-r--r--lib-src/Makefile.in6
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
370ctags: etags 370ctags: etags
371 $(CC) ${ALL_CFLAGS} -DCTAGS -DVERSION="\"${version}\"" ${srcdir}/etags.c $(GETOPTOBJS) $(REGEXPOBJ) $(LOADLIBES) -o ctags 371 $(CC) ${ALL_CFLAGS} -DCTAGS -DVERSION="\"${version}\"" ${srcdir}/etags.c $(GETOPTOBJS) $(REGEXPOBJ) $(LOADLIBES) -o ctags
372 372
373profile: ${srcdir}/profile.c 373profile: ${srcdir}/profile.c ../src/config.h
374 $(CC) ${ALL_CFLAGS} ${srcdir}/profile.c $(LOADLIBES) -o profile 374 $(CC) ${ALL_CFLAGS} ${srcdir}/profile.c $(LOADLIBES) -o profile
375 375
376make-docfile: ${srcdir}/make-docfile.c 376make-docfile: ${srcdir}/make-docfile.c ../src/config.h
377 $(CC) ${ALL_CFLAGS} ${srcdir}/make-docfile.c $(LOADLIBES) -o make-docfile 377 $(CC) ${ALL_CFLAGS} ${srcdir}/make-docfile.c $(LOADLIBES) -o make-docfile
378 378
379digest-doc: ${srcdir}/digest-doc.c 379digest-doc: ${srcdir}/digest-doc.c
@@ -412,7 +412,7 @@ emacsclient: ${srcdir}/emacsclient.c ../src/config.h $(GETOPTDEPS)
412 -DVERSION=`sed -n -e '/(defconst emacs-version/ s/^[^"]*\("[^"]*"\).*/\1/p' ${srcdir}/../lisp/version.el` \ 412 -DVERSION=`sed -n -e '/(defconst emacs-version/ s/^[^"]*\("[^"]*"\).*/\1/p' ${srcdir}/../lisp/version.el` \
413 $(LOADLIBES) -o emacsclient 413 $(LOADLIBES) -o emacsclient
414 414
415hexl: ${srcdir}/hexl.c 415hexl: ${srcdir}/hexl.c ../src/config.h
416 $(CC) ${ALL_CFLAGS} ${srcdir}/hexl.c $(LOADLIBES) -o hexl 416 $(CC) ${ALL_CFLAGS} ${srcdir}/hexl.c $(LOADLIBES) -o hexl
417 417
418/* These are NOT included in INSTALLABLES or UTILITIES. 418/* These are NOT included in INSTALLABLES or UTILITIES.