Module Name: src Committed By: mrg Date: Sun Sep 27 01:07:12 UTC 2020
Modified Files:
src/usr.bin/make: targ.c
Log Message:
fix usr.bin/make build (which uses more warnings):
remove static only prototype TargPrintOnlySrc().
PrintOnlySources() does not return a value, make it void.
To generate a diff of this commit:
cvs rdiff -u -r1.102 -r1.103 src/usr.bin/make/targ.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
