diff options
| author | Eli Zaretskii | 2006-11-27 07:02:19 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2006-11-27 07:02:19 +0000 |
| commit | 4041a5e6a55792abde761bea219b7df1899ac02f (patch) | |
| tree | 85dd6e396054023a1122be388a909c0e4e2411e0 /lib-src | |
| parent | 6f88dffb63648ec8c6752ec5d67b33e1abdcaf7f (diff) | |
| download | emacs-4041a5e6a55792abde761bea219b7df1899ac02f.tar.gz emacs-4041a5e6a55792abde761bea219b7df1899ac02f.zip | |
($(BLD)/emacsclient.$(O)): Depend on makefile.w32-in.
Diffstat (limited to 'lib-src')
| -rw-r--r-- | lib-src/makefile.w32-in | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lib-src/makefile.w32-in b/lib-src/makefile.w32-in index 525d85d6ae7..414842c1a12 100644 --- a/lib-src/makefile.w32-in +++ b/lib-src/makefile.w32-in | |||
| @@ -84,7 +84,9 @@ $(BLD)/emacsclientw.exe: $(ECLIENTOBJS) | |||
| 84 | # put wsock32.lib before $(LIBS) to ensure we don't link to ws2_32.lib | 84 | # put wsock32.lib before $(LIBS) to ensure we don't link to ws2_32.lib |
| 85 | $(LINK) $(LINK_OUT)$@ -mwindows $(LINK_FLAGS) $(ECLIENTOBJS) $(WSOCK32) $(LIBS) | 85 | $(LINK) $(LINK_OUT)$@ -mwindows $(LINK_FLAGS) $(ECLIENTOBJS) $(WSOCK32) $(LIBS) |
| 86 | 86 | ||
| 87 | $(BLD)/emacsclient.$(O): emacsclient.c | 87 | # emacsclient.$(O) depends on makefile.w32-in because makefile.w32-in |
| 88 | # can be edited to define VERSION string, which is part of ECLIENT_CFLAGS. | ||
| 89 | $(BLD)/emacsclient.$(O): emacsclient.c makefile.w32-in | ||
| 88 | $(CC) $(CFLAGS) $(ECLIENT_CFLAGS) $(CC_OUT)$@ emacsclient.c | 90 | $(CC) $(CFLAGS) $(ECLIENT_CFLAGS) $(CC_OUT)$@ emacsclient.c |
| 89 | 91 | ||
| 90 | ETAGSOBJ = $(BLD)/etags.$(O) \ | 92 | ETAGSOBJ = $(BLD)/etags.$(O) \ |