]> granicus.if.org Git - postgresql/commitdiff
Add dependency for like.c
authorTatsuo Ishii <ishii@postgresql.org>
Thu, 4 Oct 2001 04:13:40 +0000 (04:13 +0000)
committerTatsuo Ishii <ishii@postgresql.org>
Thu, 4 Oct 2001 04:13:40 +0000 (04:13 +0000)
src/backend/utils/adt/Makefile

index d6b0bf75ce4916be8f0024e304425d9493941556..f219c5bde08f942bb56f5fada024f53970262d96 100644 (file)
@@ -1,7 +1,7 @@
 #
 # Makefile for utils/adt
 #
-# $Header: /cvsroot/pgsql/src/backend/utils/adt/Makefile,v 1.50 2001/07/11 22:14:02 momjian Exp $
+# $Header: /cvsroot/pgsql/src/backend/utils/adt/Makefile,v 1.51 2001/10/04 04:13:40 ishii Exp $
 #
 
 subdir = src/backend/utils/adt
@@ -26,6 +26,8 @@ OBJS = acl.o arrayfuncs.o arrayutils.o bool.o cash.o char.o \
        ri_triggers.o pg_lzcompress.o pg_locale.o formatting.o \
        ascii.o quote.o pgstatfuncs.o encode.o
 
+like.o: like.c like_match.c
+
 all: SUBSYS.o
 
 SUBSYS.o: $(OBJS)