Changed Makefiles as per make depend

This commit is contained in:
Landon Curt Noll
2022-01-22 02:52:02 -08:00
parent 1658343227
commit 80f13a4e45
4 changed files with 23 additions and 1 deletions

View File

@@ -1833,7 +1833,7 @@ LATE_TARGETS= calc.1 calc.usage \
#
TARGETS= ${EARLY_TARGETS} ${BLD_TYPE} ${LATE_TARGETS}
# rules that are not files
# rules that are not also names of files
#
PHONY= all calcliblist calc_version check chk clobber debug depend distdir \
distlist hsrc install inst_files mkdebug rpm sample splint tags \
@@ -5590,6 +5590,7 @@ have_varvs.o: have_string.h
have_varvs.o: have_unistd.h
have_varvs.o: have_varvs.c
help.o: alloc.h
help.o: attribute.h
help.o: banned.h
help.o: block.h
help.o: byteswap.h
@@ -5690,6 +5691,7 @@ jump.o: have_const.h
jump.o: jump.c
jump.o: jump.h
label.o: alloc.h
label.o: attribute.h
label.o: banned.h
label.o: block.h
label.o: byteswap.h
@@ -5836,6 +5838,7 @@ matfunc.o: zmath.h
matfunc.o: zrand.h
math_error.o: alloc.h
math_error.o: args.h
math_error.o: attribute.h
math_error.o: banned.h
math_error.o: block.h
math_error.o: byteswap.h
@@ -5933,6 +5936,7 @@ opcodes.o: zmath.h
opcodes.o: zrand.h
opcodes.o: zrandom.h
pix.o: alloc.h
pix.o: attribute.h
pix.o: banned.h
pix.o: byteswap.h
pix.o: decl.h
@@ -5949,6 +5953,7 @@ pix.o: prime.h
pix.o: qmath.h
pix.o: zmath.h
poly.o: alloc.h
poly.o: attribute.h
poly.o: banned.h
poly.o: block.h
poly.o: byteswap.h
@@ -5973,6 +5978,7 @@ poly.o: str.h
poly.o: value.h
poly.o: zmath.h
prime.o: alloc.h
prime.o: attribute.h
prime.o: banned.h
prime.o: byteswap.h
prime.o: decl.h
@@ -6164,6 +6170,7 @@ sample_rand.o: value.h
sample_rand.o: zmath.h
sample_rand.o: zrandom.h
seed.o: alloc.h
seed.o: attribute.h
seed.o: banned.h
seed.o: byteswap.h
seed.o: decl.h
@@ -6379,6 +6386,7 @@ value.o: zmath.h
value.o: zrand.h
value.o: zrandom.h
version.o: alloc.h
version.o: attribute.h
version.o: banned.h
version.o: block.h
version.o: byteswap.h