From 235b8af5565b9dd337a7972b1d12e8114dd608a2 Mon Sep 17 00:00:00 2001 From: Michael Meskes Date: Wed, 3 Oct 2007 14:42:16 +0000 Subject: [PATCH] This could be what's missing on some systems. --- src/interfaces/ecpg/compatlib/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/interfaces/ecpg/compatlib/Makefile b/src/interfaces/ecpg/compatlib/Makefile index 5ae36f5c0e..35f31c2d8f 100644 --- a/src/interfaces/ecpg/compatlib/Makefile +++ b/src/interfaces/ecpg/compatlib/Makefile @@ -37,6 +37,9 @@ all: all-lib # Shared library stuff include $(top_srcdir)/src/Makefile.shlib +snprintf.c: $(top_srcdir)/src/port/% + rm -f $@ && $(LN_S) $< . + # We need several not-quite-identical variants of .DEF files to build libecpg # DLLs for Windows. These are made from the single source file exports.txt. # Since we can't assume that Windows boxes will have sed, the .DEF files are -- 2.39.5