File tree Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Expand file tree Collapse file tree 1 file changed +1
-5
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
- # $Header: /cvsroot/pgsql/src/interfaces/libpq/Makefile,v 1.85 2003/08/08 02:55:08 momjian Exp $
7
+ # $Header: /cvsroot/pgsql/src/interfaces/libpq/Makefile,v 1.86 2003/08/08 03:00:31 momjian Exp $
8
8
#
9
9
# -------------------------------------------------------------------------
10
10
@@ -49,10 +49,6 @@ backend_src = $(top_srcdir)/src/backend
49
49
crypt.c getaddrinfo.c inet_aton.c snprintf.c strerror.c path.c thread.c : % .c : $(top_srcdir ) /src/port/% .c
50
50
rm -f $@ && $(LN_S ) $< .
51
51
52
- # compile this with thread flags
53
- thread.o : thread.c
54
- $(CC ) $(CFLAGS ) $(CPPFLAGS ) $(THREAD_CFLAGS ) -c thread.c
55
-
56
52
dllist.c : $(backend_src ) /lib/dllist.c
57
53
rm -f $@ && $(LN_S ) $< .
58
54
You can’t perform that action at this time.
0 commit comments