aboutsummaryrefslogtreecommitdiff
path: root/src/backend
diff options
context:
space:
mode:
Diffstat (limited to 'src/backend')
-rw-r--r--src/backend/port/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/backend/port/Makefile b/src/backend/port/Makefile
index be5db0a664b..3608cd5c4b7 100644
--- a/src/backend/port/Makefile
+++ b/src/backend/port/Makefile
@@ -13,7 +13,7 @@
# be converted to Method 2.
#
# IDENTIFICATION
-# $PostgreSQL: pgsql/src/backend/port/Makefile,v 1.23 2006/04/28 17:09:16 momjian Exp $
+# $PostgreSQL: pgsql/src/backend/port/Makefile,v 1.24 2007/01/07 08:49:31 petere Exp $
#
#-------------------------------------------------------------------------
@@ -49,7 +49,7 @@ win32.dir:
tas.o: tas.s
ifeq ($(PORTNAME), solaris)
- # preprocess assembler file with cpp, used by x86
+# preprocess assembler file with cpp, used by x86
$(CC) $(CFLAGS) -c -P $<
mv $*.i $*_cpp.s
$(CC) $(CFLAGS) -c $*_cpp.s -o $@