Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 5b1b5f0

Browse files
author
PostgreSQL Daemon
committed
can't mix and match .gz and .bz2 in here ... won't build
1 parent 1544c82 commit 5b1b5f0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

GNUmakefile.in

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#
22
# PostgreSQL top level makefile
33
#
4-
# $Header: /cvsroot/pgsql/GNUmakefile.in,v 1.33 2003/08/05 04:40:29 pgsql Exp $
4+
# $Header: /cvsroot/pgsql/GNUmakefile.in,v 1.34 2003/08/05 04:55:58 pgsql Exp $
55
#
66

77
subdir =
@@ -59,9 +59,9 @@ distdir := postgresql-$(VERSION)
5959
dummy := =install=
6060
garbage := =* "#"* ."#"* *~* *.orig *.rej core postgresql-*
6161

62-
dist: $(distdir).tar.gz $(distdir).tar.bz2
62+
dist: $(distdir).tar.gz
6363
ifeq ($(split-dist), yes)
64-
dist: postgresql-base-$(VERSION).tar.gz postgresql-docs-$(VERSION).tar.gz postgresql-opt-$(VERSION).tar.gz postgresql-test-$(VERSION).tar.gz postgresql-base-$(VERSION).tar.bz2 postgresql-docs-$(VERSION).tar.bz2 postgresql-opt-$(VERSION).tar.bz2 postgresql-test-$(VERSION).tar.bz2
64+
dist: postgresql-base-$(VERSION).tar.gz postgresql-docs-$(VERSION).tar.gz postgresql-opt-$(VERSION).tar.gz postgresql-test-$(VERSION).tar.gz
6565
endif
6666
dist:
6767
-rm -rf $(distdir)

0 commit comments

Comments
 (0)