• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
Aucun tag

Frequently used words (click to add to your profile)

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

GNU Binutils with patches for OS216


Commit MetaInfo

Révision4cc07d4279495a37fe4cbbc4625d5eba0a9e62d7 (tree)
l'heure2000-11-07 17:57:15
AuteurPhil Blundell <philb@gnu....>
CommiterPhil Blundell

Message de Log

2000-11-07 Philip Blundell <pb@futuretv.com>

* Makefile.in (ETC_SUPPORT): Also add configbuild.* and configdev.*.

2000-11-03 Philip Blundell <pb@futuretv.com>

* Makefile.in (ETC_SUPPORT): Add configure.texi and associated info
files.

Change Summary

Modification

--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
1+2000-11-07 Philip Blundell <pb@futuretv.com>
2+
3+ * Makefile.in (ETC_SUPPORT): Also add configbuild.* and configdev.*.
4+
15 2000-11-03 Philip Blundell <pb@futuretv.com>
26
37 * Makefile.in (ETC_SUPPORT): Add configure.texi and associated info
--- a/Makefile.in
+++ b/Makefile.in
@@ -1683,7 +1683,8 @@ DEVO_SUPPORT= README Makefile.in configure configure.in \
16831683 # ChangeLog omitted because it may refer to files which are not in this
16841684 # distribution (perhaps it would be better to include it anyway).
16851685 ETC_SUPPORT= Makefile.in configure configure.in standards.texi \
1686- make-stds.texi standards.info* configure.texi configure.info*
1686+ make-stds.texi standards.info* configure.texi configure.info* \
1687+ configbuild.* configdev.*
16871688
16881689 # When you use `make setup-dirs' or `make taz' you should always redefine
16891690 # this macro.