Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 763c486

Browse files
author
Michael Meskes
committed
ecpg_keywords.o also depends on preproc.h
1 parent f7563e9 commit 763c486

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/interfaces/ecpg/preproc/Makefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55
# Copyright (c) 1998-2008, PostgreSQL Global Development Group
66
#
7-
# $PostgreSQL: pgsql/src/interfaces/ecpg/preproc/Makefile,v 1.133 2008/05/20 23:17:32 meskes Exp $
7+
# $PostgreSQL: pgsql/src/interfaces/ecpg/preproc/Makefile,v 1.134 2008/05/21 00:26:26 meskes Exp $
88
#
99
#-------------------------------------------------------------------------
1010

@@ -54,7 +54,7 @@ else
5454
@$(missing) flex $< $@
5555
endif
5656

57-
c_keywords.o keywords.o preproc.o parser.o: preproc.h
57+
ecpg_keywords.o c_keywords.o keywords.o preproc.o parser.o: preproc.h
5858

5959
# instead of maintaining our own list, take the one from the backend
6060
# we cannot just link it in, but must copy and make some minor changes

0 commit comments

Comments
 (0)