diff options
author | Erik Troan <ewt@redhat.com> | 2000-12-20 23:07:58 +0000 |
---|---|---|
committer | Erik Troan <ewt@redhat.com> | 2000-12-20 23:07:58 +0000 |
commit | b1b9e8335dff1ff898af27c089a333de7779dab5 (patch) | |
tree | 0ea5ca81a497c23abe68f2993940d0a681c850c9 /Makefile | |
parent | 209892efed78c4d9da0bc34abd95b1d9e16d93ae (diff) | |
download | anaconda-b1b9e8335dff1ff898af27c089a333de7779dab5.tar.gz anaconda-b1b9e8335dff1ff898af27c089a333de7779dab5.tar.xz anaconda-b1b9e8335dff1ff898af27c089a333de7779dab5.zip |
minislang needs to build before loader
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -4,7 +4,7 @@ VERSION = 7.1 RELEASE = 1 SNAPRELEASE = $(RELEASE)$(shell date "+.%Y%m%d%H%M") -SUBDIRSHD = balkan isys libfdisk collage loader po text-help \ +SUBDIRSHD = balkan isys libfdisk collage po text-help \ textw utils scripts bootdisk installclasses \ keymaps fonts gnome-map iw help pixmaps SUBDIRS = $(SUBDIRSHD) @@ -17,6 +17,9 @@ 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 |