]> granicus.if.org Git - postgresql/commitdiff
More thread.c cleanup.
authorBruce Momjian <bruce@momjian.us>
Fri, 8 Aug 2003 03:00:31 +0000 (03:00 +0000)
committerBruce Momjian <bruce@momjian.us>
Fri, 8 Aug 2003 03:00:31 +0000 (03:00 +0000)
src/interfaces/libpq/Makefile

index da9e85b2b1ef840206fed4895875dce7ffdc14a0..fd8354c3ee3953b8ab10ad705922c37da24af650 100644 (file)
@@ -4,7 +4,7 @@
 #
 # Copyright (c) 1994, Regents of the University of California
 #
-# $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 $
 #
 #-------------------------------------------------------------------------
 
@@ -49,10 +49,6 @@ backend_src = $(top_srcdir)/src/backend
 crypt.c getaddrinfo.c inet_aton.c snprintf.c strerror.c path.c thread.c: %.c : $(top_srcdir)/src/port/%.c
        rm -f $@ && $(LN_S) $< .
 
-# compile this with thread flags
-thread.o: thread.c
-       $(CC) $(CFLAGS) $(CPPFLAGS) $(THREAD_CFLAGS) -c thread.c
-
 dllist.c: $(backend_src)/lib/dllist.c
        rm -f $@ && $(LN_S) $< .