• R/O
  • HTTP
  • SSH
  • HTTPS

提交

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

firtst release


Commit MetaInfo

修訂46f2adad0e3569aae1b009f1a399c12780108d1b (tree)
時間2016-09-05 18:12:50
作者Kyotaro Horiguchi <horiguchi.kyotaro@lab....>
CommiterKyotaro Horiguchi

Log Message

Remove an unnecessary Makefile entry for tar file

Remove mistakenly copy'n-pasted description from outside in Makefile.

Change Summary

差異

--- a/Makefile
+++ b/Makefile
@@ -22,9 +22,8 @@ PG_CONFIG = pg_config
2222 PGXS := $(shell $(PG_CONFIG) --pgxs)
2323 include $(PGXS)
2424
25-STARBALL = pg_dbms_stats-$(DBMSSTATSVER).tar.gz
2625 STARBALL96 = pg_hint_plan96-$(HINTPLANVER).tar.gz
27-STARBALLS = $(STARBALL) $(STARBALL96)
26+STARBALLS = $(STARBALL96)
2827
2928 TARSOURCES = Makefile *.c *.h COPYRIGHT* \
3029 pg_hint_plan--*.sql \