We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parent7626181 commit6d06003Copy full SHA for 6d06003
src/interfaces/libpq/Makefile
@@ -5,7 +5,7 @@
5
# Portions Copyright (c) 1996-2006, PostgreSQL Global Development Group
6
# Portions Copyright (c) 1994, Regents of the University of California
7
#
8
-# $PostgreSQL: pgsql/src/interfaces/libpq/Makefile,v 1.142 2006/04/09 20:27:27 momjian Exp $
+# $PostgreSQL: pgsql/src/interfaces/libpq/Makefile,v 1.143 2006/04/11 20:26:40 neilc Exp $
9
10
#-------------------------------------------------------------------------
11
@@ -25,7 +25,7 @@ ifneq ($(PORTNAME), win32)
25
overrideCFLAGS +=$(PTHREAD_CFLAGS)
26
endif
27
28
-# Need torecomple any libpgport object files because we need these
+# Need torecompile any libpgport object files because we need these
29
# object files to use the same compile flags as libpq. If we used
30
# the object files from libpgport, this would not be true on all
31
# platforms.