[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/lib-src/makefile.w32-in
From: |
Juanma Barranquero |
Subject: |
[Emacs-diffs] Changes to emacs/lib-src/makefile.w32-in |
Date: |
Thu, 28 Jul 2005 03:58:53 -0400 |
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 ###