mirror of
https://github.com/postgres/postgres.git
synced 2025-06-25 01:02:05 +03:00
Change order of install...installing interfaces is the last to be done,
as, if not installing as root (which nobody *should* be doing, of course), the perl install fails, which means that both bin and man directories are not installed :( This way, only thing that doesn't get installed is perl interface...
This commit is contained in:
@ -7,7 +7,7 @@
|
|||||||
#
|
#
|
||||||
#
|
#
|
||||||
# IDENTIFICATION
|
# IDENTIFICATION
|
||||||
# $Header: /cvsroot/pgsql/src/Attic/GNUmakefile.in,v 1.27 1998/09/11 17:08:21 momjian Exp $
|
# $Header: /cvsroot/pgsql/src/Attic/GNUmakefile.in,v 1.28 1998/09/14 04:17:40 scrappy Exp $
|
||||||
#
|
#
|
||||||
#-------------------------------------------------------------------------
|
#-------------------------------------------------------------------------
|
||||||
|
|
||||||
@ -48,11 +48,11 @@ install:
|
|||||||
$(MAKE) -C lextest install
|
$(MAKE) -C lextest install
|
||||||
$(MAKE) -C utils install
|
$(MAKE) -C utils install
|
||||||
$(MAKE) -C backend install
|
$(MAKE) -C backend install
|
||||||
$(MAKE) -C interfaces install
|
|
||||||
$(MAKE) -C bin install
|
$(MAKE) -C bin install
|
||||||
ifneq ($(wildcard man), )
|
ifneq ($(wildcard man), )
|
||||||
$(MAKE) -C man install
|
$(MAKE) -C man install
|
||||||
endif
|
endif
|
||||||
|
$(MAKE) -C interfaces install
|
||||||
cat ../register.txt
|
cat ../register.txt
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
|
Reference in New Issue
Block a user