From: Bryan Henderson Date: Tue, 26 Nov 1996 06:33:18 +0000 (+0000) Subject: Fix double-colon syntax error on fe-lobj.o. X-Git-Tag: REL2_0~55 X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=c118543186db298df529cec7a0f922796302d00b;p=users%2Fhanada%2Fpostgres.git Fix double-colon syntax error on fe-lobj.o. --- diff --git a/src/interfaces/libpq/Makefile b/src/interfaces/libpq/Makefile index 52f9a058d6..3095153de2 100644 --- a/src/interfaces/libpq/Makefile +++ b/src/interfaces/libpq/Makefile @@ -7,7 +7,7 @@ # # # IDENTIFICATION -# $Header: /cvsroot/pgsql/src/interfaces/libpq/Makefile,v 1.19 1996/11/26 03:20:33 bryanh Exp $ +# $Header: /cvsroot/pgsql/src/interfaces/libpq/Makefile,v 1.20 1996/11/26 06:33:18 bryanh Exp $ # #------------------------------------------------------------------------- @@ -50,7 +50,7 @@ else endif $(RANLIB) libpq.a -fe-lobj.o:: ../backend/fmgr.h +fe-lobj.o: ../backend/fmgr.h # The following rules cause dependencies in the backend directory to # get made if they don't exist, but don't cause them to get remade if they