Skip to content

Commit

Permalink
can't mix and match .gz and .bz2 in here ... won't build
Browse files Browse the repository at this point in the history
  • Loading branch information
PostgreSQL Daemon committed Aug 5, 2003
1 parent 1544c82 commit 5b1b5f0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions GNUmakefile.in
@@ -1,7 +1,7 @@
# #
# PostgreSQL top level makefile # PostgreSQL top level makefile
# #
# $Header: /cvsroot/pgsql/GNUmakefile.in,v 1.33 2003/08/05 04:40:29 pgsql Exp $ # $Header: /cvsroot/pgsql/GNUmakefile.in,v 1.34 2003/08/05 04:55:58 pgsql Exp $
# #


subdir = subdir =
Expand Down Expand Up @@ -59,9 +59,9 @@ distdir := postgresql-$(VERSION)
dummy := =install= dummy := =install=
garbage := =* "#"* ."#"* *~* *.orig *.rej core postgresql-* garbage := =* "#"* ."#"* *~* *.orig *.rej core postgresql-*


dist: $(distdir).tar.gz $(distdir).tar.bz2 dist: $(distdir).tar.gz
ifeq ($(split-dist), yes) ifeq ($(split-dist), yes)
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 dist: postgresql-base-$(VERSION).tar.gz postgresql-docs-$(VERSION).tar.gz postgresql-opt-$(VERSION).tar.gz postgresql-test-$(VERSION).tar.gz
endif endif
dist: dist:
-rm -rf $(distdir) -rm -rf $(distdir)
Expand Down

0 comments on commit 5b1b5f0

Please sign in to comment.