summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 8014633d8..1a3725639 100644
--- a/Makefile
+++ b/Makefile
@@ -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