summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2003-01-21 21:30:00 +0000
committerJeremy Katz <katzj@redhat.com>2003-01-21 21:30:00 +0000
commit092d34dd10694730ac2878ba8fa5a6fc58b0e567 (patch)
tree34c9ebf77a9cf6376b79f7d468c5b8755300ed99 /Makefile
parent81afdbd85708c917b601a56e9ca8b1894433b57b (diff)
downloadanaconda-092d34dd10694730ac2878ba8fa5a6fc58b0e567.tar.gz
anaconda-092d34dd10694730ac2878ba8fa5a6fc58b0e567.tar.xz
anaconda-092d34dd10694730ac2878ba8fa5a6fc58b0e567.zip
more shenanigans
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile11
1 files changed, 8 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 740067f4c..cc29f371a 100644
--- a/Makefile
+++ b/Makefile
@@ -1,10 +1,15 @@
# Copyright (C) 1998-2002 Red Hat, Inc.
include Makefile.inc
-SUBDIRSHD = isys loader2 po stubs \
+SUBDIRS = isys loader2 po stubs \
textw utils scripts bootdisk installclasses \
- fonts iw pixmaps isomd5sum command-stubs
-SUBDIRS = $(SUBDIRSHD)
+ iw pixmaps isomd5sum command-stubs
+# fonts aren't on s390/s390x
+ifneq (s390, $(ARCH))
+ifneq (s390x, $(ARCH))
+SUBDIRS += fonts
+endif
+endif
# DESTDIR - destination for install image for install purposes
DESTDIR = ../../../RedHat/instimage