projects
/
users
/
simon
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f078499
)
Revert Makefile modification that broke the MSVC build.
author
Magnus Hagander
<
[email protected]
>
Wed, 2 Sep 2009 19:14:14 +0000
(19:14 +0000)
committer
Magnus Hagander
<
[email protected]
>
Wed, 2 Sep 2009 19:14:14 +0000
(19:14 +0000)
src/interfaces/ecpg/preproc/Makefile
patch
|
blob
|
blame
|
history
diff --git
a/src/interfaces/ecpg/preproc/Makefile
b/src/interfaces/ecpg/preproc/Makefile
index fc7dcf590cd7b823978f31e940e0365fabf8fccf..f14a8333cc1acbaecea27eef54ab76b134929d8a 100644
(file)
--- a/
src/interfaces/ecpg/preproc/Makefile
+++ b/
src/interfaces/ecpg/preproc/Makefile
@@
-57,7
+57,7
@@
preproc.y: ../../../backend/parser/gram.y parse.pl ecpg.addons ecpg.header ecpg.
ecpg_keywords.o c_keywords.o keywords.o preproc.o parser.o: preproc.h
-kwlookup.c: % :
../../..
/backend/parser/%
+kwlookup.c: % :
$(top_srcdir)/src
/backend/parser/%
rm -f $@ && $(LN_S) $< .
distprep: preproc.y preproc.c preproc.h pgc.c