Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 2201d48

Browse files
committed
Add hpux patch for cpp.
1 parent 64e35e1 commit 2201d48

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/backend/catalog/genbki.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
#
1111
#
1212
# IDENTIFICATION
13-
# $Header: /cvsroot/pgsql/src/backend/catalog/Attic/genbki.sh,v 1.11 1998/04/20 18:11:42 momjian Exp $
13+
# $Header: /cvsroot/pgsql/src/backend/catalog/Attic/genbki.sh,v 1.12 1998/04/21 16:18:30 momjian Exp $
1414
#
1515
# NOTES
1616
# non-essential whitespace is removed from the generated file.
@@ -23,7 +23,7 @@ trap "rm -f /tmp/genbki.tmp" 0 1 2 3 15
2323
# make sure it is empty
2424
>/tmp/genbki.tmp
2525

26-
PATH=$PATH:/lib:/usr/ccs/lib # to find cpp
26+
PATH=$PATH:/lib:/usr/ccs/lib:/usr/ccs/lbin # to find cpp
2727
cpp /dev/null >/dev/null
2828
if [ "$?" -ne 0 ]
2929
then echo "Can't find cpp. Exiting." 1>&2

0 commit comments

Comments
 (0)