]> sourceware.org Git - automake.git/commitdiff
* lib/am/header-vars.am (build_triplet, host_triplet,
authorAlexandre Duret-Lutz <adl@gnu.org>
Fri, 17 May 2002 13:55:52 +0000 (13:55 +0000)
committerAlexandre Duret-Lutz <adl@gnu.org>
Fri, 17 May 2002 13:55:52 +0000 (13:55 +0000)
target_triplet): Define.  Were removed by mistake on 2002-04-13.

ChangeLog
lib/am/header-vars.am

index 09f4da339002e865e2053067452c21d118e50e91..0fef413e04c7afd6c749db62150c39e29e416779 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2002-05-17  Alexandre Duret-Lutz  <duret_g@epita.fr>
+
+       * lib/am/header-vars.am (build_triplet, host_triplet,
+       target_triplet): Define.  Were removed by mistake on 2002-04-13.
+
 2002-05-17  Alexandre Duret-Lutz  <duret_g@epita.fr>
 
        For PR automake/186:
index f646f898be58400eda1eebbcdae99f1e8feb08ff..58cd39fc92382bc2d4c9c857d9f3eeeefcc13b0c 100644 (file)
@@ -53,3 +53,8 @@ POST_INSTALL = :
 NORMAL_UNINSTALL = :
 PRE_UNINSTALL = :
 POST_UNINSTALL = :
+
+## dejagnu.am uses these variables.  Some users might rely on them too.
+?BUILD?build_triplet = @build@
+?HOST?host_triplet = @host@
+?TARGET?target_triplet = @target@
This page took 0.031566 seconds and 5 git commands to generate.