1
0
mirror of https://github.com/postgres/postgres.git synced 2025-11-07 19:06:32 +03:00

Indent comments in makefiles better so they don't appear in the output.

This commit is contained in:
Peter Eisentraut
2007-01-07 08:49:31 +00:00
parent 53a11befc8
commit fe733968ea
4 changed files with 13 additions and 10 deletions

View File

@@ -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 $@