pgsql: Replace target list by a wildcard, so that this workaround

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

Log Message:
-----------
Replace target list by a wildcard, so that this workaround makefile
also works transparently for lesser used targets.

Modified Files:
--------------
pgsql:
Makefile (r1.13 -> r1.14)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/Makefile?r1=1.13&r2=1.14)

#2Tom Lane
tgl@sss.pgh.pa.us
In reply to: Peter Eisentraut (#1)
Re: pgsql: Replace target list by a wildcard, so that this workaround

petere@postgresql.org (Peter Eisentraut) writes:

Replace target list by a wildcard, so that this workaround makefile
also works transparently for lesser used targets.

Unfortunately, this is a regression, because you just inserted a gmake-ism
into a file whose only purpose is to work on non-gnu makes. For
example, with HPUX make I now get:

$ /bin/make all
Make: Don't know how to make all. Stop.

Please revert.

regards, tom lane