File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed
src/interfaces/ecpg/ecpglib Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change 44#
55# Copyright (c) 1994, Regents of the University of California
66#
7- # $PostgreSQL: pgsql/src/interfaces/ecpg/ecpglib/Makefile,v 1.22 2004/05/21 21:56:02 tgl Exp $
7+ # $PostgreSQL: pgsql/src/interfaces/ecpg/ecpglib/Makefile,v 1.23 2004/05/25 17:35:51 momjian Exp $
88#
99# -------------------------------------------------------------------------
1010
@@ -21,7 +21,7 @@ override CPPFLAGS := -I$(top_srcdir)/src/interfaces/ecpg/include \
2121override CFLAGS += $(PTHREAD_CFLAGS )
2222
2323OBJS = execute.o typename.o descriptor.o data.o error.o prepare.o memory.o \
24- connect.o misc.o path.o
24+ connect.o misc.o path.o exec.o
2525
2626SHLIB_LINK = -L../pgtypeslib -lpgtypes $(libpq ) \
2727 $(filter -lintl -lssl -lcrypto -lkrb5 -lcrypt -lm, $(LIBS ) ) $(PTHREAD_LIBS )
@@ -39,6 +39,9 @@ include $(top_srcdir)/src/Makefile.shlib
3939path.c : % : $(top_srcdir ) /src/port/%
4040 rm -f $@ && $(LN_S ) $< .
4141
42+ exec.c : % : $(top_srcdir ) /src/port/%
43+ rm -f $@ && $(LN_S ) $< .
44+
4245install : all installdirs install-lib
4346
4447installdirs :
@@ -47,7 +50,7 @@ installdirs:
4750uninstall : uninstall-lib
4851
4952clean distclean maintainer-clean : clean-lib
50- rm -f $(OBJS ) path.c
53+ rm -f $(OBJS ) path.c exec.c
5154
5255depend dep :
5356 $(CC ) -MM $(CFLAGS ) * .c > depend
You can’t perform that action at this time.
0 commit comments