mirror of
https://github.com/postgres/postgres.git
synced 2025-05-02 11:44:50 +03:00
Fix double-colon syntax error on fe-lobj.o.
This commit is contained in:
parent
46d58fba33
commit
c118543186
@ -7,7 +7,7 @@
|
|||||||
#
|
#
|
||||||
#
|
#
|
||||||
# IDENTIFICATION
|
# 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
|
endif
|
||||||
$(RANLIB) libpq.a
|
$(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
|
# 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
|
# get made if they don't exist, but don't cause them to get remade if they
|
||||||
|
Loading…
x
Reference in New Issue
Block a user