diff options
| author | Eli Zaretskii | 2013-04-01 18:04:13 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2013-04-01 18:04:13 +0300 |
| commit | cbbb6bfd46dbab26a570b853959da6ecaada4a93 (patch) | |
| tree | 2d70d07b8212bee0124d663e878555a379dc47a5 /lib-src | |
| parent | 030a1c5ea67b4d236f3dc31542e51128a8ee0685 (diff) | |
| download | emacs-cbbb6bfd46dbab26a570b853959da6ecaada4a93.tar.gz emacs-cbbb6bfd46dbab26a570b853959da6ecaada4a93.zip | |
Fixed a typo in emacsclientw.exe's name.
Diffstat (limited to 'lib-src')
| -rw-r--r-- | lib-src/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib-src/Makefile.in b/lib-src/Makefile.in index c79097695ff..5e9616673b0 100644 --- a/lib-src/Makefile.in +++ b/lib-src/Makefile.in | |||
| @@ -352,7 +352,7 @@ emacsclient${EXEEXT}: ${srcdir}/emacsclient.c $(NTLIB) $(config_h) | |||
| 352 | emacsclientw${EXEEXT}: ${srcdir}/emacsclient.c $(NTLIB) $(CLIENTRES) $(config_h) | 352 | emacsclientw${EXEEXT}: ${srcdir}/emacsclient.c $(NTLIB) $(CLIENTRES) $(config_h) |
| 353 | $(CC) ${ALL_CFLAGS} $(CLIENTRES) -mwindows ${srcdir}/emacsclient.c \ | 353 | $(CC) ${ALL_CFLAGS} $(CLIENTRES) -mwindows ${srcdir}/emacsclient.c \ |
| 354 | -DVERSION="\"${version}\"" $(LIB_WSOCK32) \ | 354 | -DVERSION="\"${version}\"" $(LIB_WSOCK32) \ |
| 355 | $(LOADLIBES) -lcomctl32 $(LIB_FDATASYNC) -o emacsclient${EXEEXT} | 355 | $(LOADLIBES) -lcomctl32 $(LIB_FDATASYNC) -o emacsclientw${EXEEXT} |
| 356 | 356 | ||
| 357 | ntlib.o: ${srcdir}/ntlib.c ${srcdir}/ntlib.h | 357 | ntlib.o: ${srcdir}/ntlib.c ${srcdir}/ntlib.h |
| 358 | $(CC) -c ${CPP_CFLAGS} ${srcdir}/ntlib.c | 358 | $(CC) -c ${CPP_CFLAGS} ${srcdir}/ntlib.c |