(clean): Delete getopt.h.

(getopt.h): New rule.
This commit is contained in:
Juanma Barranquero
2005-07-28 07:58:52 +00:00
parent 0fc895004b
commit d238808abd

View 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 ###