mirror of
https://salsa.debian.org/srivasta/make-dfsg.git
synced 2024-12-25 13:41:45 +00:00
Formerly GNUmakefile.~80~
This commit is contained in:
parent
a485ade084
commit
deefc22d2f
1 changed files with 2 additions and 5 deletions
|
@ -168,13 +168,10 @@ Makefile.in: compatMakefile $(nolib-deps)
|
|||
.SUFFIXES: .dep
|
||||
# Maintain the automatically-generated dependencies.
|
||||
ifndef no_deps
|
||||
include $(archpfx)depend
|
||||
$(archpfx)depend: GNUmakefile compatMakefile
|
||||
(for file in $(depfiles); \
|
||||
do echo include $$file; done) > $@
|
||||
include $(depfiles)
|
||||
endif
|
||||
$(archpfx)%.dep: %.c
|
||||
$(mkdep) $< | sed 's,$*\.o,$(@:.dep=.o) $@,' > $@
|
||||
endif
|
||||
|
||||
ETAGS = etags -T # for v19 etags
|
||||
|
||||
|
|
Loading…
Reference in a new issue