Re: [HACKERS] Upgrades for 6.4.1

Bruce Momjian <maillist@candle.pha.pa.us>

From: Bruce Momjian <maillist@candle.pha.pa.us>
To: teo@flex.ro
Cc: hackers@postgreSQL.org, brook@trillium.NMSU.Edu
Date: 1998-12-18T17:59:42Z
Lists: pgsql-hackers
Constantin, should you add this Makefile to the pgaccess distribution?

I am not sure.  It is in the PostgreSQL source tree.

> 
> --- bin/pgaccess/Makefile.orig	Fri Nov  6 23:43:38 1998
> +++ bin/pgaccess/Makefile	Fri Nov  6 23:46:26 1998
> @@ -0,0 +1,21 @@
> +#-------------------------------------------------------------------------
> +#
> +# Makefile
> +#    Makefile for pgaccess
> +#
> +# Copyright (c) 1994, Regents of the University of California
> +#
> +# IDENTIFICATION
> +#    $Header: /usr/local/cvsroot/pgsql/src/interfaces/libpgtcl/Makefile.in,v 1.33 1998/10/19 00:00:41 tgl Exp $
> +#
> +#-------------------------------------------------------------------------
> +
> +SRCDIR= ../..
> +include $(SRCDIR)/Makefile.global
> +
> +.PHONY: all clean
> +all clean: 
> +
> +.PHONY: install
> +install: pgaccess.tcl
> +	$(INSTALL) $(INSTL_EXE_OPTS) pgaccess.tcl $(BINDIR)/pgaccess
> ===========================================================================
> 
> 


-- 
  Bruce Momjian                        |  http://www.op.net/~candle
  maillist@candle.pha.pa.us            |  (610) 853-3000
  +  If your life is a hard drive,     |  830 Blythe Avenue
  +  Christ can be your backup.        |  Drexel Hill, Pennsylvania 19026