OSDN Git Service

Remove an unnecessary Makefile entry for tar file REL96_1_1_3
authorKyotaro Horiguchi <horiguchi.kyotaro@lab.ntt.co.jp>
Mon, 5 Sep 2016 07:18:13 +0000 (16:18 +0900)
committerKyotaro Horiguchi <horiguchi.kyotaro@lab.ntt.co.jp>
Mon, 5 Sep 2016 09:12:50 +0000 (18:12 +0900)
Remove mistakenly copy'n-pasted description from outside in Makefile.

Makefile

index 46b1c74..e50aa13 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -22,9 +22,8 @@ PG_CONFIG = pg_config
 PGXS := $(shell $(PG_CONFIG) --pgxs)
 include $(PGXS)
 
-STARBALL = pg_dbms_stats-$(DBMSSTATSVER).tar.gz
 STARBALL96 = pg_hint_plan96-$(HINTPLANVER).tar.gz
-STARBALLS = $(STARBALL) $(STARBALL96)
+STARBALLS = $(STARBALL96)
 
 TARSOURCES = Makefile *.c  *.h COPYRIGHT* \
        pg_hint_plan--*.sql \