diff options
author | Matt Wilson <msw@redhat.com> | 2000-08-03 16:14:01 +0000 |
---|---|---|
committer | Matt Wilson <msw@redhat.com> | 2000-08-03 16:14:01 +0000 |
commit | 24dcc6c27de44ec6e6970f9af9121cd9c1de2066 (patch) | |
tree | 232cc9a0661cfe9f8c7579fcd16ca376e9c24294 /loader/Makefile | |
parent | 7e44b0414565050b103b8cd99ac5d71b2da65ccc (diff) | |
download | anaconda-24dcc6c27de44ec6e6970f9af9121cd9c1de2066.tar.gz anaconda-24dcc6c27de44ec6e6970f9af9121cd9c1de2066.tar.xz anaconda-24dcc6c27de44ec6e6970f9af9121cd9c1de2066.zip |
no stubs
Diffstat (limited to 'loader/Makefile')
-rw-r--r-- | loader/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/loader/Makefile b/loader/Makefile index 41a7552d9..23adc00c8 100644 --- a/loader/Makefile +++ b/loader/Makefile @@ -33,7 +33,7 @@ BINS += loader-local loader-network loader-pcmcia KONOBJS = ./kon2/src/libkon.a ./kon2/src/display.a ./kon2/lib/libgon.a endif DIRS += pcmcia-install kon2 -OBJS += stubs.o +#OBJS += stubs.o endif ifeq (ia64, $(ARCH)) @@ -46,7 +46,7 @@ endif ifeq (sparc, $(ARCH)) BINS += loader loader-local -OBJS += stubs.o +#OBJS += stubs.o endif ifeq (.depend,$(wildcard .depend)) |