summaryrefslogtreecommitdiff
path: root/lib-src/makefile.w32-in
diff options
context:
space:
mode:
authorJuanma Barranquero <lekktu@gmail.com>2005-07-28 07:58:52 +0000
committerJuanma Barranquero <lekktu@gmail.com>2005-07-28 07:58:52 +0000
commit57ba0918c7550d5a88e7177db3ceee3d2ca43824 (patch)
tree11efbbc3f72e394f07a0c6a8e0d3b955fae45c09 /lib-src/makefile.w32-in
parent7bc591d7b5bc10bfb4abf45f7e51cdb3e0246f73 (diff)
downloademacs-57ba0918c7550d5a88e7177db3ceee3d2ca43824.tar.gz
(clean): Delete getopt.h.
(getopt.h): New rule.
Diffstat (limited to 'lib-src/makefile.w32-in')
-rw-r--r--lib-src/makefile.w32-in3
1 files changed, 3 insertions, 0 deletions
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 ###