File tree 1 file changed +6
-3
lines changed
src/interfaces/ecpg/ecpglib
1 file changed +6
-3
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/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 $
8
8
#
9
9
# -------------------------------------------------------------------------
10
10
@@ -21,7 +21,7 @@ override CPPFLAGS := -I$(top_srcdir)/src/interfaces/ecpg/include \
21
21
override CFLAGS += $(PTHREAD_CFLAGS )
22
22
23
23
OBJS = 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
25
25
26
26
SHLIB_LINK = -L../pgtypeslib -lpgtypes $(libpq ) \
27
27
$(filter -lintl -lssl -lcrypto -lkrb5 -lcrypt -lm, $(LIBS ) ) $(PTHREAD_LIBS )
@@ -39,6 +39,9 @@ include $(top_srcdir)/src/Makefile.shlib
39
39
path.c : % : $(top_srcdir ) /src/port/%
40
40
rm -f $@ && $(LN_S ) $< .
41
41
42
+ exec.c : % : $(top_srcdir ) /src/port/%
43
+ rm -f $@ && $(LN_S ) $< .
44
+
42
45
install : all installdirs install-lib
43
46
44
47
installdirs :
@@ -47,7 +50,7 @@ installdirs:
47
50
uninstall : uninstall-lib
48
51
49
52
clean distclean maintainer-clean : clean-lib
50
- rm -f $(OBJS ) path.c
53
+ rm -f $(OBJS ) path.c exec.c
51
54
52
55
depend dep :
53
56
$(CC ) -MM $(CFLAGS ) * .c > depend
You can’t perform that action at this time.
0 commit comments