summaryrefslogtreecommitdiffstats
path: root/loader2
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2003-01-15 20:24:43 +0000
committerJeremy Katz <katzj@redhat.com>2003-01-15 20:24:43 +0000
commit0a57f69325a8d8e8b83891af3f52cfcbb210f8a5 (patch)
tree901e3a9821c5707b9dfd108d8e4811ca48311ad3 /loader2
parent6ddf21238ea6d52c0d7ad7d7f6ddd04679c74d6b (diff)
downloadanaconda-0a57f69325a8d8e8b83891af3f52cfcbb210f8a5.tar.gz
anaconda-0a57f69325a8d8e8b83891af3f52cfcbb210f8a5.tar.xz
anaconda-0a57f69325a8d8e8b83891af3f52cfcbb210f8a5.zip
helps to actually build the loader everywhere...
Diffstat (limited to 'loader2')
-rw-r--r--loader2/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/loader2/Makefile b/loader2/Makefile
index 2a66ec581..b67868335 100644
--- a/loader2/Makefile
+++ b/loader2/Makefile
@@ -14,7 +14,7 @@ ISYSLIB = ../isys/libisys.a
GUNZIP = -lz
MODULELINKAGE :=-lmodutils -lmodutilutil -lmodutilobj
-BINS = init
+BINS = init loader
HWOBJS = pcmcia.o usb.o firewire.o hardware.o
METHOBJS = method.o cdinstall.o hdinstall.o nfsinstall.o urlinstall.o
@@ -50,7 +50,6 @@ CTYPEDEP = ctype.c
endif
ifeq (i386, $(ARCH))
-BINS += loader
COPTS += -DUSE_LOGDEV
endif