(clean): Delete getopt.h.
authorJuanma Barranquero <lekktu@gmail.com>
Thu, 28 Jul 2005 07:58:52 +0000 (07:58 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Thu, 28 Jul 2005 07:58:52 +0000 (07:58 +0000)
(getopt.h): New rule.

lib-src/makefile.w32-in

index d8e8c20..48ce5a2 100644 (file)
@@ -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 ###