mirror of
https://github.com/postgres/postgres.git
synced 2025-06-01 14:21:49 +03:00
Include new Makefile.shlib from top level
when constructing standalone tarball.
This commit is contained in:
parent
0958666ce6
commit
56f96f56df
@ -7,7 +7,7 @@
|
|||||||
#
|
#
|
||||||
#
|
#
|
||||||
# IDENTIFICATION
|
# IDENTIFICATION
|
||||||
# $Header: /cvsroot/pgsql/src/interfaces/odbc/Attic/GNUmakefile.in,v 1.7 1998/10/19 00:00:49 tgl Exp $
|
# $Header: /cvsroot/pgsql/src/interfaces/odbc/Attic/GNUmakefile.in,v 1.8 1998/10/21 05:39:19 thomas Exp $
|
||||||
#
|
#
|
||||||
#-------------------------------------------------------------------------
|
#-------------------------------------------------------------------------
|
||||||
@SET_MAKE@
|
@SET_MAKE@
|
||||||
@ -86,7 +86,7 @@ standalone:
|
|||||||
fi
|
fi
|
||||||
-rm -f psqlodbc-$(SO_MAJOR_VERSION)$(SO_MINOR_VERSION).tar.gz
|
-rm -f psqlodbc-$(SO_MAJOR_VERSION)$(SO_MINOR_VERSION).tar.gz
|
||||||
$(TAR) -chf psqlodbc-$(SO_MAJOR_VERSION)$(SO_MINOR_VERSION).tar \
|
$(TAR) -chf psqlodbc-$(SO_MAJOR_VERSION)$(SO_MINOR_VERSION).tar \
|
||||||
$(SOURCES) -C @top_srcdir@ makefiles template
|
$(SOURCES) -C @top_srcdir@ makefiles template Makefile.shlib
|
||||||
gzip psqlodbc-$(SO_MAJOR_VERSION)$(SO_MINOR_VERSION).tar
|
gzip psqlodbc-$(SO_MAJOR_VERSION)$(SO_MINOR_VERSION).tar
|
||||||
|
|
||||||
.PHONY: integrated
|
.PHONY: integrated
|
||||||
|
Loading…
x
Reference in New Issue
Block a user