summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2002-12-18 04:09:40 +0000
committerJeremy Katz <katzj@redhat.com>2002-12-18 04:09:40 +0000
commitae4519c48556e939d0867dcef7751a06e15dd513 (patch)
treeed2bedd87117eef0d48e3b370336f00ea639a09a /Makefile
parent103e341e7a8b0cfcea75370ec5e761ef3f97af92 (diff)
downloadanaconda-ae4519c48556e939d0867dcef7751a06e15dd513.tar.gz
anaconda-ae4519c48556e939d0867dcef7751a06e15dd513.tar.xz
anaconda-ae4519c48556e939d0867dcef7751a06e15dd513.zip
always enter stubs dir. but don't build libbz2 stub on ia64 still
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 2 insertions, 6 deletions
diff --git a/Makefile b/Makefile
index 4e32dd778..acd9d41f3 100644
--- a/Makefile
+++ b/Makefile
@@ -1,13 +1,9 @@
# Copyright (C) 1998-2002 Red Hat, Inc.
include Makefile.inc
-ifneq (ia64, $(ARCH))
-STUBS=stubs
-endif
-
-SUBDIRSHD = isys loader2 po \
+SUBDIRSHD = isys loader2 po stubs \
textw utils scripts bootdisk installclasses \
- fonts iw pixmaps $(STUBS) isomd5sum command-stubs
+ fonts iw pixmaps isomd5sum command-stubs
SUBDIRS = $(SUBDIRSHD)
# DESTDIR - destination for install image for install purposes