Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit608b85a

Browse files
committed
Clean up indenting of Makefile filenames.
1 parent2f63232 commit608b85a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

‎src/interfaces/libpq/Makefile

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55
# Copyright (c) 1994, Regents of the University of California
66
#
7-
# $PostgreSQL: pgsql/src/interfaces/libpq/Makefile,v 1.104 2004/05/07 00:24:59 tgl Exp $
7+
# $PostgreSQL: pgsql/src/interfaces/libpq/Makefile,v 1.105 2004/05/10 23:09:04 momjian Exp $
88
#
99
#-------------------------------------------------------------------------
1010

@@ -21,10 +21,10 @@ SO_MINOR_VERSION= 2
2121
overrideCPPFLAGS := -I$(srcdir)$(CPPFLAGS)$(PTHREAD_CFLAGS) -DFRONTEND -DSYSCONFDIR='"$(sysconfdir)"'
2222
overrideCFLAGS +=$(PTHREAD_CFLAGS)
2323

24-
OBJS=fe-auth.o fe-connect.o fe-exec.o fe-misc.o fe-print.o fe-lobj.o\
25-
fe-protocol2.o fe-protocol3.o pqexpbuffer.o pqsignal.o fe-secure.o\
26-
dllist.o md5.o ip.o wchar.o encnames.o\
27-
$(filter crypt.o getaddrinfo.o inet_aton.o noblock.o pgstrcasecmp.o snprintf.o strerror.o open.o path.o thread.o,$(LIBOBJS))
24+
OBJS=fe-auth.o fe-connect.o fe-exec.o fe-misc.o fe-print.o fe-lobj.o\
25+
fe-protocol2.o fe-protocol3.o pqexpbuffer.o pqsignal.o fe-secure.o\
26+
dllist.o md5.o ip.o wchar.o encnames.o\
27+
$(filter crypt.o getaddrinfo.o inet_aton.o noblock.o pgstrcasecmp.o snprintf.o strerror.o open.o path.o thread.o,$(LIBOBJS))
2828
ifeq ($(PORTNAME), win32)
2929
OBJS+=win32.o
3030
endif

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp