Date: Thursday, November 30, 2000 @ 15:36:13
Author: petere
Update of /home/projects/pgsql/cvsroot/pgsql/src/makefiles
from hub.org:/home/projects/pgsql/tmp/cvs-serv42570/src/makefiles
Modified Files:
Makefile.aix Makefile.qnx4 Makefile.svr4
----------------------------- Log Message -----------------------------
Make all commands that link a program look like
$(CC) $(CFLAGS) $(LDFLAGS) <object files> <extra-libraries> $(LIBS) -o $@
This form seemed to be the most portable, readable, and logical, but in any
case it's better than having a dozen different ones in the tree.