mirror of
https://git.savannah.gnu.org/git/make.git
synced 2025-02-12 08:38:47 +00:00
Regenerated
This commit is contained in:
parent
443f39f4f7
commit
4ea152e71b
1 changed files with 2 additions and 2 deletions
|
@ -284,7 +284,7 @@ $(objs): config.h
|
||||||
commands.o : commands.c make.h dep.h commands.h file.h variable.h job.h
|
commands.o : commands.c make.h dep.h commands.h file.h variable.h job.h
|
||||||
job.o: job.c make.h commands.h job.h file.h variable.h
|
job.o: job.c make.h commands.h job.h file.h variable.h
|
||||||
dir.o: dir.c make.h
|
dir.o: dir.c make.h
|
||||||
file.o : file.c make.h commands.h dep.h file.h variable.h
|
file.o: file.c make.h commands.h dep.h file.h variable.h
|
||||||
misc.o: misc.c make.h dep.h
|
misc.o: misc.c make.h dep.h
|
||||||
main.o: main.c make.h commands.h dep.h file.h variable.h job.h getopt.h
|
main.o: main.c make.h commands.h dep.h file.h variable.h job.h getopt.h
|
||||||
read.o: read.c make.h commands.h dep.h file.h variable.h glob/glob.h
|
read.o: read.c make.h commands.h dep.h file.h variable.h glob/glob.h
|
||||||
|
@ -294,7 +294,7 @@ implicit.o : implicit.c make.h rule.h dep.h file.h
|
||||||
default.o: default.c make.h rule.h dep.h file.h commands.h variable.h
|
default.o: default.c make.h rule.h dep.h file.h commands.h variable.h
|
||||||
variable.o : variable.c make.h commands.h variable.h dep.h file.h
|
variable.o : variable.c make.h commands.h variable.h dep.h file.h
|
||||||
expand.o: expand.c make.h commands.h file.h variable.h
|
expand.o: expand.c make.h commands.h file.h variable.h
|
||||||
function.o : function.c make.h variable.h dep.h commands.h job.h
|
function.o: function.c make.h variable.h dep.h commands.h job.h
|
||||||
vpath.o : vpath.c make.h file.h variable.h
|
vpath.o : vpath.c make.h file.h variable.h
|
||||||
version.o: version.c
|
version.o: version.c
|
||||||
ar.o : ar.c make.h file.h dep.h
|
ar.o : ar.c make.h file.h dep.h
|
||||||
|
|
Loading…
Reference in a new issue