diff options
| -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 | |||
| 370 | ctags: etags | 370 | ctags: 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 | ||
| 373 | profile: ${srcdir}/profile.c | 373 | profile: ${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 | ||
| 376 | make-docfile: ${srcdir}/make-docfile.c | 376 | make-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 | ||
| 379 | digest-doc: ${srcdir}/digest-doc.c | 379 | digest-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 | ||
| 415 | hexl: ${srcdir}/hexl.c | 415 | hexl: ${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. |