diff options
Diffstat (limited to 'lib/makefile.w32-in')
| -rw-r--r-- | lib/makefile.w32-in | 8 |
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 | ||
| 53 | TAGS: | 53 | FRC: |
| 54 | |||
| 55 | TAGS: 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 | ||
| 211 | HAVE_GETOPT_H = HAVE_GETOPT_H | 214 | HAVE_GETOPT_H = HAVE_GETOPT_H |
| 212 | INCLUDE_NEXT = include_next | 215 | INCLUDE_NEXT = include_next |
| 213 | PRAGMA_SYSTEM_HEADER = \#pragma GCC system_header | ||
| 214 | PRAGMA_COLUMNS = | 216 | PRAGMA_COLUMNS = |
| 215 | NEXT_GETOPT_H = <getopt.h> | 217 | NEXT_GETOPT_H = <getopt.h> |
| 216 | ARG_NONNULL_H = ../arg-nonnull.h | 218 | ARG_NONNULL_H = ../build-aux/snippet/arg-nonnull.h |
| 217 | 219 | ||
| 218 | getopt_h: | 220 | getopt_h: |
| 219 | - $(DEL) getopt_.h-t getopt_.h | 221 | - $(DEL) getopt_.h-t getopt_.h |