Mercurial > emacs
changeset 64655:1ec980dc979f
(clean): Delete getopt.h.
(getopt.h): New rule.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Thu, 28 Jul 2005 07:58:52 +0000 |
parents | c61eb15a6bfc |
children | 29718f221424 |
files | lib-src/makefile.w32-in |
diffstat | 1 files changed, 3 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lib-src/makefile.w32-in Thu Jul 28 02:38:59 2005 +0000 +++ b/lib-src/makefile.w32-in Thu Jul 28 07:58:52 2005 +0000 @@ -286,6 +286,7 @@ clean: - $(DEL) *~ DOC* $(COMPILER_TEMP_FILES) - $(DEL) ctags.c + - $(DEL) getopt.h - $(DEL_TREE) $(OBJDIR) cleanall: clean @@ -301,6 +302,8 @@ $(CP) $(ALL_DEPS) $@ ../src/paths.h: ../nt/paths.h $(CP) $(ALL_DEPS) $@ +getopt.h: getopt_.h + $(CP) $(ALL_DEPS) $@ ### DEPENDENCIES ###