]> granicus.if.org Git - postgresql/commitdiff
ecpg_keywords.o also depends on preproc.h
authorMichael Meskes <meskes@postgresql.org>
Wed, 21 May 2008 00:26:26 +0000 (00:26 +0000)
committerMichael Meskes <meskes@postgresql.org>
Wed, 21 May 2008 00:26:26 +0000 (00:26 +0000)
src/interfaces/ecpg/preproc/Makefile

index 6dd0fa6266dc805e06f350ed737554f2a24222dc..b719192158e7499fbeef987ada0f8ffc2ed70414 100644 (file)
@@ -4,7 +4,7 @@
 #
 # Copyright (c) 1998-2008, PostgreSQL Global Development Group
 #
-# $PostgreSQL: pgsql/src/interfaces/ecpg/preproc/Makefile,v 1.133 2008/05/20 23:17:32 meskes Exp $
+# $PostgreSQL: pgsql/src/interfaces/ecpg/preproc/Makefile,v 1.134 2008/05/21 00:26:26 meskes Exp $
 #
 #-------------------------------------------------------------------------
 
@@ -54,7 +54,7 @@ else
        @$(missing) flex $< $@
 endif
 
-c_keywords.o keywords.o preproc.o parser.o: preproc.h
+ecpg_keywords.o c_keywords.o keywords.o preproc.o parser.o: preproc.h
 
 # instead of maintaining our own list, take the one from the backend
 # we cannot just link it in, but must copy and make some minor changes