1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-27 12:41:57 +03:00

Unify the zip rules and variables.

This commit is contained in:
Peter Eisentraut
2001-09-17 23:00:27 +00:00
parent a839258db5
commit 27d2890b87
3 changed files with 14 additions and 23 deletions

View File

@ -1,5 +1,5 @@
# -*-makefile-*-
# $Header: /cvsroot/pgsql/src/Makefile.global.in,v 1.137 2001/09/16 16:11:09 petere Exp $
# $Header: /cvsroot/pgsql/src/Makefile.global.in,v 1.138 2001/09/17 23:00:27 petere Exp $
#------------------------------------------------------------------------------
# All PostgreSQL makefiles include this file and use the variables it sets,
@ -215,6 +215,9 @@ TAR = @TAR@
WISH = @WISH@
XGETTEXT = @XGETTEXT@
GZIP = gzip
BZIP2 = bzip2
# Installation.
INSTALL = $(SHELL) $(top_srcdir)/config/install-sh -c
@ -329,7 +332,13 @@ STRTOUL = @STRTOUL@
##########################################################################
#
# Global targets
# Global targets and rules
%.gz: %
$(GZIP) -f --best $<
%.bz2: %
$(BZIP2) -f $<
# Remake Makefile.global from Makefile.global.in if the latter
# changed. In order to trigger this rule, the including file must