diff options
| author | Marc G. Fournier | 1998-04-27 14:46:51 +0000 |
|---|---|---|
| committer | Marc G. Fournier | 1998-04-27 14:46:51 +0000 |
| commit | 1af6b56427fa5afbca88849c428bc872d60ad941 (patch) | |
| tree | 35a932fdbf42f5e912d7aef7927b4ec9aeeadd57 /doc | |
| parent | 718430ea4019db3bcb36b51b44e08a1b2163eae8 (diff) | |
From: Ryan Kirkpatrick <rkirkpat@nag.cs.colorado.edu>
Ok, I have finally gotten all of the defines for Dec/Alpha and
Linux/Alpha sorted out as Marc asked. There is no longer any need for
'-Dalpha' or '-Dlinuxalpha' in either the Dec/Alpha or the Linux/Alpha
template files (./src/template/{alpha,linuxalpha}). I have replaced every
instance of 'alpha' or '__alpha__' with '__alpha', as that appears to be
the common symbol between C compilers on both operating systems (RH4.2 &
DecUnix 4.0b) for alpha.
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/Makefile b/doc/Makefile index f4b54d54cb5..9ce27f035d6 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -8,11 +8,11 @@ # # # IDENTIFICATION -# $Header: /cvsroot/pgsql/doc/Makefile,v 1.7 1998/04/17 03:58:11 thomas Exp $ +# $Header: /cvsroot/pgsql/doc/Makefile,v 1.8 1998/04/27 14:41:50 scrappy Exp $ # #---------------------------------------------------------------------------- -PGDOCS= $(POSTGRESDIR)/doc +PGDOCS= /home/projects/pgsql/ftp/www/html/docs2 SRCDIR= ../src TAR= tar |
