pgsql/contrib/pg_dumplo (Makefile)

From: petere(at)postgresql(dot)org
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql/contrib/pg_dumplo (Makefile)
Date: 2000-11-30 20:36:09
Message-ID: 200011302036.eAUKa9w43762@hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Date: Thursday, November 30, 2000 @ 15:36:09
Author: petere

Update of /home/projects/pgsql/cvsroot/pgsql/contrib/pg_dumplo
from hub.org:/home/projects/pgsql/tmp/cvs-serv42570/contrib/pg_dumplo

Modified Files:
Makefile

----------------------------- 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.

Browse pgsql-committers by date

  From Date Subject
Next Message petere 2000-11-30 20:36:10 pgsql/src (Makefile.global.in Makefile.shlib)
Previous Message vadim 2000-11-30 19:06:38 pgsql/src/backend/storage/buffer (localbuf.c)