We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30c63f4 commit ba0d38fCopy full SHA for ba0d38f
src/interfaces/libpq/Makefile
@@ -4,7 +4,7 @@
4
#
5
# Copyright (c) 1994, Regents of the University of California
6
7
-# $Header: /cvsroot/pgsql/src/interfaces/libpq/Makefile,v 1.85 2003/08/08 02:55:08 momjian Exp $
+# $Header: /cvsroot/pgsql/src/interfaces/libpq/Makefile,v 1.86 2003/08/08 03:00:31 momjian Exp $
8
9
#-------------------------------------------------------------------------
10
@@ -49,10 +49,6 @@ backend_src = $(top_srcdir)/src/backend
49
crypt.c getaddrinfo.c inet_aton.c snprintf.c strerror.c path.c thread.c: %.c : $(top_srcdir)/src/port/%.c
50
rm -f $@ && $(LN_S) $< .
51
52
-# compile this with thread flags
53
-thread.o: thread.c
54
- $(CC) $(CFLAGS) $(CPPFLAGS) $(THREAD_CFLAGS) -c thread.c
55
-
56
dllist.c: $(backend_src)/lib/dllist.c
57
58
0 commit comments