mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-02-01 20:06:00 +00:00
(clean): Delete getopt.h.
(getopt.h): New rule.
This commit is contained in:
parent
0fc895004b
commit
d238808abd
@ -286,6 +286,7 @@ install: $(INSTALL_FILES)
|
|||||||
clean:
|
clean:
|
||||||
- $(DEL) *~ DOC* $(COMPILER_TEMP_FILES)
|
- $(DEL) *~ DOC* $(COMPILER_TEMP_FILES)
|
||||||
- $(DEL) ctags.c
|
- $(DEL) ctags.c
|
||||||
|
- $(DEL) getopt.h
|
||||||
- $(DEL_TREE) $(OBJDIR)
|
- $(DEL_TREE) $(OBJDIR)
|
||||||
|
|
||||||
cleanall: clean
|
cleanall: clean
|
||||||
@ -301,6 +302,8 @@ cleanall: clean
|
|||||||
$(CP) $(ALL_DEPS) $@
|
$(CP) $(ALL_DEPS) $@
|
||||||
../src/paths.h: ../nt/paths.h
|
../src/paths.h: ../nt/paths.h
|
||||||
$(CP) $(ALL_DEPS) $@
|
$(CP) $(ALL_DEPS) $@
|
||||||
|
getopt.h: getopt_.h
|
||||||
|
$(CP) $(ALL_DEPS) $@
|
||||||
|
|
||||||
### DEPENDENCIES ###
|
### DEPENDENCIES ###
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user