diff options
| author | Juanma Barranquero | 2005-07-28 07:58:52 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2005-07-28 07:58:52 +0000 |
| commit | d238808abdbc379139ce9908c748ad381f1bf9ce (patch) | |
| tree | bc191e11448344db7c8e403d3f690804adca0d6f /lib-src | |
| parent | 0fc895004ba5fd79cd7d9c137d16889cddb33571 (diff) | |
| download | emacs-d238808abdbc379139ce9908c748ad381f1bf9ce.tar.gz emacs-d238808abdbc379139ce9908c748ad381f1bf9ce.zip | |
(clean): Delete getopt.h.
(getopt.h): New rule.
Diffstat (limited to 'lib-src')
| -rw-r--r-- | lib-src/makefile.w32-in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib-src/makefile.w32-in b/lib-src/makefile.w32-in index d8e8c205b3b..48ce5a2f80f 100644 --- a/lib-src/makefile.w32-in +++ b/lib-src/makefile.w32-in | |||
| @@ -286,6 +286,7 @@ install: $(INSTALL_FILES) | |||
| 286 | clean: | 286 | clean: |
| 287 | - $(DEL) *~ DOC* $(COMPILER_TEMP_FILES) | 287 | - $(DEL) *~ DOC* $(COMPILER_TEMP_FILES) |
| 288 | - $(DEL) ctags.c | 288 | - $(DEL) ctags.c |
| 289 | - $(DEL) getopt.h | ||
| 289 | - $(DEL_TREE) $(OBJDIR) | 290 | - $(DEL_TREE) $(OBJDIR) |
| 290 | 291 | ||
| 291 | cleanall: clean | 292 | cleanall: clean |
| @@ -301,6 +302,8 @@ cleanall: clean | |||
| 301 | $(CP) $(ALL_DEPS) $@ | 302 | $(CP) $(ALL_DEPS) $@ |
| 302 | ../src/paths.h: ../nt/paths.h | 303 | ../src/paths.h: ../nt/paths.h |
| 303 | $(CP) $(ALL_DEPS) $@ | 304 | $(CP) $(ALL_DEPS) $@ |
| 305 | getopt.h: getopt_.h | ||
| 306 | $(CP) $(ALL_DEPS) $@ | ||
| 304 | 307 | ||
| 305 | ### DEPENDENCIES ### | 308 | ### DEPENDENCIES ### |
| 306 | 309 | ||