Commit e2292e0c authored by Bruce Momjian's avatar Bruce Momjian

Add missing paren for hpux.

parent f3ceb0a1
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
# #
# #
# IDENTIFICATION # IDENTIFICATION
# $Header: /cvsroot/pgsql/src/Makefile.global.in,v 1.9 1997/02/06 06:33:47 scrappy Exp $ # $Header: /cvsroot/pgsql/src/Makefile.global.in,v 1.10 1997/02/08 20:39:24 momjian Exp $
# #
# NOTES # NOTES
# Essentially all Postgres make files include this file and use the # Essentially all Postgres make files include this file and use the
...@@ -409,7 +409,7 @@ ifeq ($(PORTNAME), hpux) ...@@ -409,7 +409,7 @@ ifeq ($(PORTNAME), hpux)
# -W l,-E export symbols for linking with the shared libraries # -W l,-E export symbols for linking with the shared libraries
# dynamic loader # dynamic loader
ifeq $(CC), cc) ifeq ($(CC), cc)
CFLAGS_BE= -W l,-E CFLAGS_BE= -W l,-E
LDFLAGS_BE= -W l,-E LDFLAGS_BE= -W l,-E
endif endif
......
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
* *
* Copyright (c) 1994, Regents of the University of California * Copyright (c) 1994, Regents of the University of California
* *
* $Id: c.h,v 1.6 1996/12/26 17:53:24 momjian Exp $ * $Id: c.h,v 1.7 1997/02/08 20:39:50 momjian Exp $
* *
*------------------------------------------------------------------------- *-------------------------------------------------------------------------
*/ */
...@@ -734,7 +734,7 @@ extern char *form(char *fmt, ...); ...@@ -734,7 +734,7 @@ extern char *form(char *fmt, ...);
*/ */
#if defined(hpux) #if defined(hpux)
#include "port/hpux/fixade.h" /* for 8.07 unaligned access fixup */ #include "port/hpux/fixade.h" /* for unaligned access fixup */
#endif /* hpux */ #endif /* hpux */
#if defined(sunos4) #if defined(sunos4)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment