We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7563e9 commit 763c486Copy full SHA for 763c486
src/interfaces/ecpg/preproc/Makefile
@@ -4,7 +4,7 @@
4
#
5
# Copyright (c) 1998-2008, PostgreSQL Global Development Group
6
7
-# $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 $
8
9
#-------------------------------------------------------------------------
10
@@ -54,7 +54,7 @@ else
54
@$(missing) flex $< $@
55
endif
56
57
-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
58
59
# instead of maintaining our own list, take the one from the backend
60
# we cannot just link it in, but must copy and make some minor changes
0 commit comments