mirror of
https://github.com/postgres/postgres.git
synced 2025-04-22 23:02:54 +03:00
Even compile generated .h files should be in ${SRCDIR}/include...
This commit is contained in:
parent
c59b3afbf1
commit
081fd70d92
@ -34,7 +34,7 @@
|
|||||||
#
|
#
|
||||||
#
|
#
|
||||||
# IDENTIFICATION
|
# IDENTIFICATION
|
||||||
# $Header: /cvsroot/pgsql/src/backend/Makefile,v 1.10 1996/10/27 09:45:39 bryanh Exp $
|
# $Header: /cvsroot/pgsql/src/backend/Makefile,v 1.11 1996/10/31 07:25:15 scrappy Exp $
|
||||||
#
|
#
|
||||||
#-------------------------------------------------------------------------
|
#-------------------------------------------------------------------------
|
||||||
|
|
||||||
@ -170,7 +170,7 @@ endif
|
|||||||
|
|
||||||
global1.bki.source local1_template1.bki.source:
|
global1.bki.source local1_template1.bki.source:
|
||||||
$(MAKE) -C catalog $@
|
$(MAKE) -C catalog $@
|
||||||
cp catalog/$@ .
|
cp catalog/$@ ../include
|
||||||
|
|
||||||
|
|
||||||
############################################################################
|
############################################################################
|
||||||
@ -179,11 +179,11 @@ global1.bki.source local1_template1.bki.source:
|
|||||||
|
|
||||||
parse.h:
|
parse.h:
|
||||||
$(MAKE) -C parser parse.h
|
$(MAKE) -C parser parse.h
|
||||||
cp parser/parse.h .
|
cp parser/parse.h ../include
|
||||||
|
|
||||||
fmgr.h:
|
fmgr.h:
|
||||||
$(MAKE) -C utils fmgr.h
|
$(MAKE) -C utils fmgr.h
|
||||||
cp utils/fmgr.h .
|
cp utils/fmgr.h ../include
|
||||||
|
|
||||||
#############################################################################
|
#############################################################################
|
||||||
clean:
|
clean:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user