pgsql/src/pl/tcl (Makefile)

Started by Peter Eisentrautover 25 years ago1 messagescomitters
Jump to latest
#1Peter Eisentraut
peter_e@gmx.net

Date: Friday, November 3, 2000 @ 15:27:41
Author: petere

Update of /home/projects/pgsql/cvsroot/pgsql/src/pl/tcl
from hub.org:/home/projects/pgsql/tmp/cvs-serv30082/src/pl/tcl

Modified Files:
Makefile

----------------------------- Log Message -----------------------------

Add global .SECONDARY: target to not allow make to delete intermediate
target files in implicit rule chains. That might have been a cool idea
but it seems to be too buggy to work, as it caused spurious recompiles in
several places.