diff options
| author | Eli Zaretskii | 2013-04-06 17:03:08 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2013-04-06 17:03:08 +0300 |
| commit | 2b57bbc04234519d208ce66bdaa04a5a1d1e4397 (patch) | |
| tree | e53733cc7d16815908961ce4520c0f6385bbfd8f /lib-src | |
| parent | d6db9fd60a55f8ad2cf8e60e2481c4e7412117ee (diff) | |
| download | emacs-2b57bbc04234519d208ce66bdaa04a5a1d1e4397.tar.gz emacs-2b57bbc04234519d208ce66bdaa04a5a1d1e4397.zip | |
Fix a typo in NTINC value in lib-src/Makefile.in.
Diffstat (limited to 'lib-src')
| -rw-r--r-- | lib-src/Makefile.in | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lib-src/Makefile.in b/lib-src/Makefile.in index f7f334730f2..3beb8d4dc17 100644 --- a/lib-src/Makefile.in +++ b/lib-src/Makefile.in | |||
| @@ -358,7 +358,7 @@ emacsclientw${EXEEXT}: ${srcdir}/emacsclient.c $(NTLIB) $(CLIENTRES) $(config_h) | |||
| 358 | -DVERSION="\"${version}\"" $(LOADLIBES) $(LIB_FDATASYNC) \ | 358 | -DVERSION="\"${version}\"" $(LOADLIBES) $(LIB_FDATASYNC) \ |
| 359 | $(LIB_WSOCK32) $(LIBS_ECLIENT) -o emacsclientw${EXEEXT} | 359 | $(LIB_WSOCK32) $(LIBS_ECLIENT) -o emacsclientw${EXEEXT} |
| 360 | 360 | ||
| 361 | NTINC = ${srcdir}/../nt | 361 | NTINC = ${srcdir}/../nt/inc |
| 362 | NTDEPS = $(NTINC)/ms-w32.h $(NTINC)/sys/stat.h $(NTINC)/inttypes.h \ | 362 | NTDEPS = $(NTINC)/ms-w32.h $(NTINC)/sys/stat.h $(NTINC)/inttypes.h \ |
| 363 | $(NTINC)/stdint.h $(NTINC)/pwd.h $(NTINC)/sys/time.h $(NTINC)/stdbool.h \ | 363 | $(NTINC)/stdint.h $(NTINC)/pwd.h $(NTINC)/sys/time.h $(NTINC)/stdbool.h \ |
| 364 | $(NTINC)/sys/wait.h $(NTINC)/unistd.h $(NTINC)/sys/file.h $(NTINC)/netdb.h | 364 | $(NTINC)/sys/wait.h $(NTINC)/unistd.h $(NTINC)/sys/file.h $(NTINC)/netdb.h |
| @@ -376,8 +376,8 @@ update-game-score${EXEEXT}: ${srcdir}/update-game-score.c $(NTLIB) $(config_h) | |||
| 376 | ${srcdir}/update-game-score.c $(LOADLIBES) $(NTLIB) \ | 376 | ${srcdir}/update-game-score.c $(LOADLIBES) $(NTLIB) \ |
| 377 | -o update-game-score${EXEEXT} | 377 | -o update-game-score${EXEEXT} |
| 378 | 378 | ||
| 379 | emacsclient.res: $(NTINC)/emacsclient.rc | 379 | emacsclient.res: $(NTINC)/../emacsclient.rc |
| 380 | $(WINDRES) -O coff --include-dir=$(NTINC) -o emacsclient.res \ | 380 | $(WINDRES) -O coff --include-dir=$(NTINC)/.. -o emacsclient.res \ |
| 381 | $(NTINC)/emacsclient.rc | 381 | $(NTINC)/../emacsclient.rc |
| 382 | 382 | ||
| 383 | ## Makefile ends here. | 383 | ## Makefile ends here. |