summaryrefslogtreecommitdiffstats
path: root/loader
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>2000-08-04 19:24:19 +0000
committerMatt Wilson <msw@redhat.com>2000-08-04 19:24:19 +0000
commit398ab3e9c82ace292940e57389f92e67c78cbe89 (patch)
treebc931eb7592f475f702365e0044a06d53dd884f3 /loader
parentb157303697bb314e876cce545939e4cd294b78a5 (diff)
downloadanaconda-398ab3e9c82ace292940e57389f92e67c78cbe89.tar.gz
anaconda-398ab3e9c82ace292940e57389f92e67c78cbe89.tar.xz
anaconda-398ab3e9c82ace292940e57389f92e67c78cbe89.zip
use stub on alpha, use version 7.0
Diffstat (limited to 'loader')
-rw-r--r--loader/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/loader/Makefile b/loader/Makefile
index 41a7552d9..bcb195fbd 100644
--- a/loader/Makefile
+++ b/loader/Makefile
@@ -1,6 +1,6 @@
include ../Makefile.inc
-VERSION = 6.2
+VERSION = 7.0
DESTDIR = ../../trees/initrd
@@ -42,6 +42,7 @@ endif
ifeq (alpha, $(ARCH))
BINS += loader
+OBJS += stubs.o
endif
ifeq (sparc, $(ARCH))