summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDennis Gilmore <dennis@ausil.us>2010-02-08 21:34:04 -0600
committerDennis Gilmore <dennis@ausil.us>2010-03-05 15:26:36 -0600
commitb7bc7fcf1197e23e2ec4c24e51f349345fc1b7cf (patch)
treeba103f395659e383449a589e0582d6b53b73d840
parent058119f183e5f289fd8e2eca4cbb8073cfbe73e1 (diff)
downloadanaconda-b7bc7fcf1197e23e2ec4c24e51f349345fc1b7cf.tar.gz
anaconda-b7bc7fcf1197e23e2ec4c24e51f349345fc1b7cf.tar.xz
anaconda-b7bc7fcf1197e23e2ec4c24e51f349345fc1b7cf.zip
Make sure that SPARC bootdisk Makefile is made
Make sure that we make a SPARC bootdisk Makefile
-rw-r--r--bootdisk/sparc/Makefile.am2
-rw-r--r--configure.ac1
2 files changed, 2 insertions, 1 deletions
diff --git a/bootdisk/sparc/Makefile.am b/bootdisk/sparc/Makefile.am
index 7f04edec4..7a833bfeb 100644
--- a/bootdisk/sparc/Makefile.am
+++ b/bootdisk/sparc/Makefile.am
@@ -1,4 +1,4 @@
-# bootdisk/x86_64/Makefile.am for anaconda
+# bootdisk/sparc/Makefile.am for anaconda
#
# Copyright (C) 2009 Red Hat, Inc.
#
diff --git a/configure.ac b/configure.ac
index 465c7395d..23a45c6c0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -250,6 +250,7 @@ AC_CONFIG_FILES([Makefile
bootdisk/Makefile
bootdisk/i386/Makefile
bootdisk/ppc/Makefile
+ bootdisk/sparc/Makefile
bootdisk/s390x/Makefile
bootdisk/x86_64/Makefile
booty/Makefile