summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2007-10-11 19:32:56 +0000
committerJeremy Katz <katzj@redhat.com>2007-10-11 19:32:56 +0000
commit942434ae266d4e5ad8079fb261a8588833f754ac (patch)
treeafc99d479685320edaf3a05a8782ef9285600256 /Makefile
parent15b064e27793842a6e3c28b4a7af7448334e9566 (diff)
downloadanaconda-942434ae266d4e5ad8079fb261a8588833f754ac.tar.gz
anaconda-942434ae266d4e5ad8079fb261a8588833f754ac.tar.xz
anaconda-942434ae266d4e5ad8079fb261a8588833f754ac.zip
* Makefile: Allow liveinst on ppc
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 9a8d0e101..6b7ce1be8 100644
--- a/Makefile
+++ b/Makefile
@@ -12,7 +12,7 @@ ifeq (,$(filter s390 s390x, $(ARCH)))
SUBDIRS += fonts
endif
-ifneq (,$(filter i386 x86_64,$(ARCH)))
+ifneq (,$(filter ppc ppc64 i386 x86_64,$(ARCH)))
# we only do the liveinst bits on i386/x86_64 for now
SUBDIRS += liveinst
# gptsync only on x86 for mactels right now