# HG changeset patch # User Juanma Barranquero # Date 1122537532 0 # Node ID 1ec980dc979fed935970013a6f06728fc2a0affe # Parent c61eb15a6bfcbcf1efb0c29fa3b9dfd697e0f7e0 (clean): Delete getopt.h. (getopt.h): New rule. diff -r c61eb15a6bfc -r 1ec980dc979f lib-src/makefile.w32-in --- 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 ###