File tree 1 file changed +4
-1
lines changed
src/interfaces/ecpg/compatlib
1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change 4
4
#
5
5
# Copyright (c) 1994, Regents of the University of California
6
6
#
7
- # $PostgreSQL: pgsql/src/interfaces/ecpg/compatlib/Makefile,v 1.30 2007/10/03 13:40:52 meskes Exp $
7
+ # $PostgreSQL: pgsql/src/interfaces/ecpg/compatlib/Makefile,v 1.31 2007/10/03 14:42:16 meskes Exp $
8
8
#
9
9
# -------------------------------------------------------------------------
10
10
@@ -37,6 +37,9 @@ all: all-lib
37
37
# Shared library stuff
38
38
include $(top_srcdir ) /src/Makefile.shlib
39
39
40
+ snprintf.c : $(top_srcdir ) /src/port/%
41
+ rm -f $@ && $(LN_S ) $< .
42
+
40
43
# We need several not-quite-identical variants of .DEF files to build libecpg
41
44
# DLLs for Windows. These are made from the single source file exports.txt.
42
45
# Since we can't assume that Windows boxes will have sed, the .DEF files are
You can’t perform that action at this time.
0 commit comments