From: Juanma Barranquero Date: Thu, 28 Jul 2005 07:58:52 +0000 (+0000) Subject: (clean): Delete getopt.h. X-Git-Tag: emacs-pretest-22.0.90~7860 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=d238808abdbc379139ce9908c748ad381f1bf9ce;p=emacs.git (clean): Delete getopt.h. (getopt.h): New rule. --- 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) clean: - $(DEL) *~ DOC* $(COMPILER_TEMP_FILES) - $(DEL) ctags.c + - $(DEL) getopt.h - $(DEL_TREE) $(OBJDIR) cleanall: clean @@ -301,6 +302,8 @@ cleanall: clean $(CP) $(ALL_DEPS) $@ ../src/paths.h: ../nt/paths.h $(CP) $(ALL_DEPS) $@ +getopt.h: getopt_.h + $(CP) $(ALL_DEPS) $@ ### DEPENDENCIES ###