Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit081fd70

Browse files
committed
Even compile generated .h files should be in ${SRCDIR}/include...
1 parentc59b3af commit081fd70

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

‎src/backend/Makefile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
#
3535
#
3636
# IDENTIFICATION
37-
# $Header: /cvsroot/pgsql/src/backend/Makefile,v 1.10 1996/10/27 09:45:39 bryanh Exp $
37+
# $Header: /cvsroot/pgsql/src/backend/Makefile,v 1.11 1996/10/31 07:25:15 scrappy Exp $
3838
#
3939
#-------------------------------------------------------------------------
4040

@@ -170,7 +170,7 @@ endif
170170

171171
global1.bki.sourcelocal1_template1.bki.source:
172172
$(MAKE) -C catalog$@
173-
cp catalog/$@.
173+
cp catalog/$@ ../include
174174

175175

176176
############################################################################
@@ -179,11 +179,11 @@ global1.bki.source local1_template1.bki.source:
179179

180180
parse.h:
181181
$(MAKE) -C parser parse.h
182-
cp parser/parse.h.
182+
cp parser/parse.h ../include
183183

184184
fmgr.h:
185185
$(MAKE) -C utils fmgr.h
186-
cp utils/fmgr.h.
186+
cp utils/fmgr.h ../include
187187

188188
#############################################################################
189189
clean:

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp