firtst release
修訂 | 46f2adad0e3569aae1b009f1a399c12780108d1b (tree) |
---|---|
時間 | 2016-09-05 18:12:50 |
作者 | Kyotaro Horiguchi <horiguchi.kyotaro@lab....> |
Commiter | Kyotaro Horiguchi |
Remove an unnecessary Makefile entry for tar file
Remove mistakenly copy'n-pasted description from outside in Makefile.
@@ -22,9 +22,8 @@ PG_CONFIG = pg_config | ||
22 | 22 | PGXS := $(shell $(PG_CONFIG) --pgxs) |
23 | 23 | include $(PGXS) |
24 | 24 | |
25 | -STARBALL = pg_dbms_stats-$(DBMSSTATSVER).tar.gz | |
26 | 25 | STARBALL96 = pg_hint_plan96-$(HINTPLANVER).tar.gz |
27 | -STARBALLS = $(STARBALL) $(STARBALL96) | |
26 | +STARBALLS = $(STARBALL96) | |
28 | 27 | |
29 | 28 | TARSOURCES = Makefile *.c *.h COPYRIGHT* \ |
30 | 29 | pg_hint_plan--*.sql \ |