summaryrefslogtreecommitdiffstats
path: root/loader/Makefile
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2002-10-22 04:03:06 +0000
committerJeremy Katz <katzj@redhat.com>2002-10-22 04:03:06 +0000
commitd52e2429669757ab51b5463782a4823ae19839f7 (patch)
treeaa744330bd6d90d1dde9e471297c6565a88ad82c /loader/Makefile
parentbf0fe34625e647f7ca4060d68f660fad8749410a (diff)
downloadanaconda-d52e2429669757ab51b5463782a4823ae19839f7.tar.gz
anaconda-d52e2429669757ab51b5463782a4823ae19839f7.tar.xz
anaconda-d52e2429669757ab51b5463782a4823ae19839f7.zip
loader builds... pull forward only a very small amount of the changes from the
7.1 ppc for now
Diffstat (limited to 'loader/Makefile')
-rw-r--r--loader/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/loader/Makefile b/loader/Makefile
index fa91948a7..037029d8e 100644
--- a/loader/Makefile
+++ b/loader/Makefile
@@ -87,6 +87,11 @@ BINS += loader loader-local
OBJS += stubs.o
endif
+ifeq (ppc, $(ARCH))
+BINS += loader
+OBJS += stubs.o
+endif
+
ifeq (.depend,$(wildcard .depend))
TARGET=$(PROGS)
else