summaryrefslogtreecommitdiffstats
path: root/loader/Makefile
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>2000-02-25 17:11:27 +0000
committerMatt Wilson <msw@redhat.com>2000-02-25 17:11:27 +0000
commit80aeb7956280f7231acc9a8aa200e325df13fdd3 (patch)
treef689287dfb226c9e7c1bac69a88b0b166ed1a0fb /loader/Makefile
parentcdcf8a89a33a15be4323b537f6b4d38dd3077005 (diff)
downloadanaconda-80aeb7956280f7231acc9a8aa200e325df13fdd3.tar.gz
anaconda-80aeb7956280f7231acc9a8aa200e325df13fdd3.tar.xz
anaconda-80aeb7956280f7231acc9a8aa200e325df13fdd3.zip
disable stub mb* for now
Diffstat (limited to 'loader/Makefile')
-rw-r--r--loader/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/loader/Makefile b/loader/Makefile
index d15797c56..ae0cc56dc 100644
--- a/loader/Makefile
+++ b/loader/Makefile
@@ -18,7 +18,7 @@ endif
PCMCIAOBJS = pcmcia.o $(NETOBJS)
OPTS = -O2 -g
-CFLAGS = $(DEBUG) $(OPTS) -Wall -D_GNU_SOURCE=1 -I/usr/include/rpm -I.. -DUSE_ALT_DNS=1 -DVERSION='"$(VERSION)"' -DHAVE_LIBIO_H
+CFLAGS = $(DEBUG) $(OPTS) -Wall -D_GNU_SOURCE=1 -I/usr/include/rpm -I.. -DUSE_ALT_DNS=1 -DVERSION='"$(VERSION)"' -DHAVE_LIBIO_H -ggdb
ALLOBJS = $(OBJS) $(PCMCIAOBJS)
@@ -31,7 +31,7 @@ endif
ifeq (i386, $(ARCH))
BINS += loader-local loader-network loader-pcmcia
DIRS += pcmcia-install
-OBJS += stubs.o
+#OBJS += stubs.o
endif
ifeq (alpha, $(ARCH))