summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorErik Troan <ewt@redhat.com>2000-12-20 23:15:17 +0000
committerErik Troan <ewt@redhat.com>2000-12-20 23:15:17 +0000
commit4004d29976ede72c62ce5d8256beab4adeff355c (patch)
tree16c47368d122c110d2198e8c3c95b26f5c5e720d /Makefile
parentb1b9e8335dff1ff898af27c089a333de7779dab5 (diff)
downloadanaconda-4004d29976ede72c62ce5d8256beab4adeff355c.tar.gz
anaconda-4004d29976ede72c62ce5d8256beab4adeff355c.tar.xz
anaconda-4004d29976ede72c62ce5d8256beab4adeff355c.zip
more build order fiddling
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile17
1 files changed, 7 insertions, 10 deletions
diff --git a/Makefile b/Makefile
index 1a3725639..c5fbf1832 100644
--- a/Makefile
+++ b/Makefile
@@ -4,23 +4,20 @@ VERSION = 7.1
RELEASE = 1
SNAPRELEASE = $(RELEASE)$(shell date "+.%Y%m%d%H%M")
-SUBDIRSHD = balkan isys libfdisk collage po text-help \
- textw utils scripts bootdisk installclasses \
- keymaps fonts gnome-map iw help pixmaps
-SUBDIRS = $(SUBDIRSHD)
-
ifneq (ia64, $(ARCH))
-SUBDIRSHD += stubs minislang
+MINISLANG=minislang
+STUBS=stubs
endif
+SUBDIRSHD = balkan isys libfdisk collage $(MINISLANG) loader po text-help \
+ textw utils scripts bootdisk installclasses \
+ keymaps fonts gnome-map iw help pixmaps $(STUBS)
+SUBDIRS = $(SUBDIRSHD)
+
ifeq (i386, $(ARCH))
SUBDIRS := ddcprobe edd $(SUBDIRS)
endif
-# loader needs to be after minislang, and this is the easiest way
-SUBDIRS += loader
-SUBDIRSHD += loader
-
# DESTDIR - destination for install image for install purposes
DESTDIR = ../../../RedHat/instimage