6.4.2 HP-UX makefile problem?

From: Tatsuo Ishii <t-ishii(at)sra(dot)co(dot)jp>
To: pgsql-hackers(at)postgreSQL(dot)org
Subject: 6.4.2 HP-UX makefile problem?
Date: 1999-01-15 02:42:07
Message-ID: 199901150242.LAA00471@ext16.sra.co.jp
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Here is a problem report from a HP-UX/11.0/cc user.

src/makefiles/Makefile.hpux seems to lack:

%.sl: %.o
$(LD) -b -o $@ $<

This makes regression test failed. Please note that in 6.4
Makefile.hpux has above.

Comments?
--
Tatsuo Ishii

Browse pgsql-hackers by date

  From Date Subject
Next Message Thomas G. Lockhart 1999-01-15 05:36:04 Time zones
Previous Message Thomas G. Lockhart 1999-01-15 02:01:27 Re: [HACKERS] CVS....