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

Commitab9b4d8

Browse files
committed
> The snprintf stuff in interfaces/ecpg/preproc/Makefile.in is broken.
Please> apply the attached patch.>> Andreas Kardos>>
1 parent44a9639 commitab9b4d8

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

‎src/interfaces/ecpg/preproc/Makefile.in

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ CFLAGS+=-I../include -DMAJOR_VERSION=$(MAJOR_VERSION) \
99
-DMINOR_VERSION=$(MINOR_VERSION) -DPATCHLEVEL=$(PATCHLEVEL)\
1010
-DINCLUDE_PATH=\"$(HEADERDIR)\" -g
1111

12-
OBJ=preproc.o pgc.o type.o ecpg.o ecpg_keywords.o output.o\
12+
OBJS=preproc.o pgc.o type.o ecpg.o ecpg_keywords.o output.o\
1313
keywords.o c_keywords.o ../lib/typename.o descriptor.o variable.o
1414

1515
all:: ecpg
@@ -22,8 +22,8 @@ $(SRCDIR)/backend/port/snprintf.o:
2222
endif
2323

2424
# Rule that really do something.
25-
ecpg:$(OBJ)
26-
$(CC) -o ecpg$(OBJ)$(LEXLIB)$(LDFLAGS)
25+
ecpg:$(OBJS)
26+
$(CC) -o ecpg$(OBJS)$(LEXLIB)$(LDFLAGS)
2727

2828
preproc.cpreproc.h: preproc.y
2929
$(YACC)$(YFLAGS)$<

‎src/interfaces/jdbc/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# Makefile for Java JDBC interface
55
#
66
# IDENTIFICATION
7-
# $Header: /cvsroot/pgsql/src/interfaces/jdbc/Attic/Makefile,v 1.17 2000/03/08 01:58:25 momjian Exp $
7+
# $Header: /cvsroot/pgsql/src/interfaces/jdbc/Attic/Makefile,v 1.18 2000/03/14 15:55:17 momjian Exp $
88
#
99
#-------------------------------------------------------------------------
1010

@@ -151,7 +151,7 @@ jdbc2real: postgresql/DriverClass.class \
151151
# Note:This works by storing all compiled classes under the postgresql
152152
#directory. We use this later for compiling the dual-mode driver.
153153
#
154-
postgresql.jar:$(OBJ)$(OBJ_COMMON)
154+
postgresql.jar:$(OBJ_COMMON)
155155
$(JAR) -c0f$@`$(FIND) postgresql -name"*.class" -print`\
156156
$(wildcard postgresql/*.properties)
157157

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp