Index: emacs/lib-src/makefile.w32-in
diff -c emacs/lib-src/makefile.w32-in:2.35 emacs/lib-src/makefile.w32-in:2.36
*** emacs/lib-src/makefile.w32-in:2.35  Mon Jul  4 15:24:11 2005
--- emacs/lib-src/makefile.w32-in       Thu Jul 28 07:58:52 2005
***************
*** 286,291 ****
--- 286,292 ----
  clean:
                - $(DEL) *~ DOC* $(COMPILER_TEMP_FILES)
                - $(DEL) ctags.c
+               - $(DEL) getopt.h
                - $(DEL_TREE) $(OBJDIR)
  
  cleanall:     clean
***************
*** 300,305 ****
--- 301,308 ----
  ../src/config.h:      ../nt/$(CONFIG_H)
                        $(CP) $(ALL_DEPS) $@
  ../src/paths.h:               ../nt/paths.h
+                       $(CP) $(ALL_DEPS) $@
+ getopt.h:             getopt_.h
                        $(CP) $(ALL_DEPS) $@
  
  ### DEPENDENCIES ###


_______________________________________________
Emacs-diffs mailing list
Emacs-diffs@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-diffs

Reply via email to