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

index fd8354c3ee3953b8ab10ad705922c37da24af650..fc8b262c551b9739a5f54906f855ff5e37c181ea 100644 (file)
@@ -4,7 +4,7 @@
 #
 # Copyright (c) 1994, Regents of the University of California
 #
-# $Header: /cvsroot/pgsql/src/interfaces/libpq/Makefile,v 1.86 2003/08/08 03:00:31 momjian Exp $
+# $Header: /cvsroot/pgsql/src/interfaces/libpq/Makefile,v 1.87 2003/08/08 03:03:54 momjian Exp $
 #
 #-------------------------------------------------------------------------
 
@@ -46,7 +46,7 @@ backend_src = $(top_srcdir)/src/backend
 # For port modules, this only happens if configure decides the module
 # is needed (see filter hack in OBJS, above).
 
-crypt.c getaddrinfo.c inet_aton.c snprintf.c strerror.c path.c thread.c: %.c : $(top_srcdir)/src/port/%.c
+crypt.c getaddrinfo.c inet_aton.c snprintf.c strerror.c path.c thread.c: % : $(top_srcdir)/src/port/%
        rm -f $@ && $(LN_S) $< .
 
 dllist.c: $(backend_src)/lib/dllist.c