aboutsummaryrefslogtreecommitdiffstats
path: root/lib/makefile.w32-in
diff options
context:
space:
mode:
authorStefan Monnier2012-03-25 16:37:21 -0400
committerStefan Monnier2012-03-25 16:37:21 -0400
commit699c782b7668c44d0fa4446331b0590a6d5dac82 (patch)
tree5dcce364741d0761920a3d274b0fc8aba4103d45 /lib/makefile.w32-in
parent98fb480ee31bf74cf554044f60f21df16566dd7f (diff)
parente99a9b8bdccadded1f6fae88ee7a2a93dfd4eacf (diff)
downloademacs-pending.tar.gz
emacs-pending.zip
Merge from trunkpending
Diffstat (limited to 'lib/makefile.w32-in')
-rw-r--r--lib/makefile.w32-in8
1 files changed, 5 insertions, 3 deletions
diff --git a/lib/makefile.w32-in b/lib/makefile.w32-in
index df7f8e274f0..3600406ac13 100644
--- a/lib/makefile.w32-in
+++ b/lib/makefile.w32-in
@@ -50,7 +50,9 @@ all: stamp_BLD $(ALL)
50 50
51### TAGS ### 51### TAGS ###
52 52
53TAGS: 53FRC:
54
55TAGS: FRC
54 ../lib-src/$(BLD)/etags.exe *.c *.h 56 ../lib-src/$(BLD)/etags.exe *.c *.h
55 57
56### DEPENDENCIES ### 58### DEPENDENCIES ###
@@ -153,6 +155,7 @@ $(BLD)/filemode.$(O) : \
153# 155#
154$(BLD)/dtoastr.$(O) $(BLD)/getopt.$(O) $(BLD)/getopt1.$(O): stamp_BLD 156$(BLD)/dtoastr.$(O) $(BLD)/getopt.$(O) $(BLD)/getopt1.$(O): stamp_BLD
155$(BLD)/strftime.$(O) $(BLD)/time_r.$(O) $(BLD)/md5.$(O): stamp_BLD 157$(BLD)/strftime.$(O) $(BLD)/time_r.$(O) $(BLD)/md5.$(O): stamp_BLD
158$(BLD)/sha1.$(O) $(BLD)/sha256.$(O) $(BLD)/sha512.$(O): stamp_BLD
156$(BLD)/filemode.$(O): stamp_BLD 159$(BLD)/filemode.$(O): stamp_BLD
157 160
158# 161#
@@ -210,10 +213,9 @@ getopt_.h-SH: doit
210 213
211HAVE_GETOPT_H = HAVE_GETOPT_H 214HAVE_GETOPT_H = HAVE_GETOPT_H
212INCLUDE_NEXT = include_next 215INCLUDE_NEXT = include_next
213PRAGMA_SYSTEM_HEADER = \#pragma GCC system_header
214PRAGMA_COLUMNS = 216PRAGMA_COLUMNS =
215NEXT_GETOPT_H = <getopt.h> 217NEXT_GETOPT_H = <getopt.h>
216ARG_NONNULL_H = ../arg-nonnull.h 218ARG_NONNULL_H = ../build-aux/snippet/arg-nonnull.h
217 219
218getopt_h: 220getopt_h:
219 - $(DEL) getopt_.h-t getopt_.h 221 - $(DEL) getopt_.h-t getopt_.h