|
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/0802:55:08 momjian Exp $ |
| 7 | +# $Header: /cvsroot/pgsql/src/interfaces/libpq/Makefile,v 1.86 2003/08/0803:00:31 momjian Exp $ |
8 | 8 | # |
9 | 9 | #------------------------------------------------------------------------- |
10 | 10 |
|
@@ -49,10 +49,6 @@ backend_src = $(top_srcdir)/src/backend |
49 | 49 | crypt.cgetaddrinfo.cinet_aton.csnprintf.cstrerror.cpath.cthread.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 |
|
|