summaryrefslogtreecommitdiff
path: root/platform
diff options
context:
space:
mode:
authortschwinge <tschwinge>2008-01-26 15:57:06 +0000
committertschwinge <tschwinge>2008-01-26 15:57:06 +0000
commit4c064c36afb5901f323b3c499732450aa33291ab (patch)
treeacb73b4969ddfcbb3b854f4e7c3604269a72c37a /platform
parente0c850e027209a37bf16c1cccd6ffb988a56daa6 (diff)
2008-01-26 Thomas Schwinge <tschwinge@gnu.org>
* Makefile.am: Typo fixes.
Diffstat (limited to 'platform')
-rw-r--r--platform/ChangeLog4
-rw-r--r--platform/Makefile.am6
2 files changed, 7 insertions, 3 deletions
diff --git a/platform/ChangeLog b/platform/ChangeLog
index 47ddc7c..1ff49b0 100644
--- a/platform/ChangeLog
+++ b/platform/ChangeLog
@@ -1,3 +1,7 @@
+2008-01-26 Thomas Schwinge <tschwinge@gnu.org>
+
+ * Makefile.am: Typo fixes.
+
2004-11-30 Neal H. Walfield <neal@gnu.org>
* compiler.h: New file.
diff --git a/platform/Makefile.am b/platform/Makefile.am
index fa84f9a..27197e5 100644
--- a/platform/Makefile.am
+++ b/platform/Makefile.am
@@ -1,5 +1,5 @@
# Makefile.am - Makefile template for platform.
-# Copyright (C) 2004 Free Software Foundation, Inc.
+# Copyright (C) 2004, 2008 Free Software Foundation, Inc.
# Written by Marcus Brinkmann.
#
# This file is part of the GNU Hurd.
@@ -19,10 +19,10 @@
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
if ARCH_ALPHA
- ARCH_ALPHA = alpha
+ ARCH_SUBDIR = alpha
endif
if ARCH_AMD64
- ARCH_AMD64 = amd64
+ ARCH_SUBDIR = amd64
endif
if ARCH_IA32
ARCH_SUBDIR = ia32