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

Commit 081fd70

Browse files
committed
Even compile generated .h files should be in ${SRCDIR}/include...
1 parent c59b3af commit 081fd70

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.source local1_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)