summaryrefslogtreecommitdiffstats
path: root/loader2/Makefile
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2003-01-21 20:16:37 +0000
committerJeremy Katz <katzj@redhat.com>2003-01-21 20:16:37 +0000
commit9ba318ec9f57970b2a1b9a0769f2a9e5c5d61069 (patch)
treec18278acf3a878ab291bba4e4f024bcca72c8396 /loader2/Makefile
parent83c81307f62578f321f756d977012ece891886b1 (diff)
downloadanaconda-9ba318ec9f57970b2a1b9a0769f2a9e5c5d61069.tar.gz
anaconda-9ba318ec9f57970b2a1b9a0769f2a9e5c5d61069.tar.xz
anaconda-9ba318ec9f57970b2a1b9a0769f2a9e5c5d61069.zip
add wcstubs from dietstubs to their own file currently used by non-diet builds.
should make this used by diet builds also and then use it for prepping the unicode-lite stub lib that we use for ftp/http
Diffstat (limited to 'loader2/Makefile')
-rw-r--r--loader2/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/loader2/Makefile b/loader2/Makefile
index b67868335..c804938fc 100644
--- a/loader2/Makefile
+++ b/loader2/Makefile
@@ -47,6 +47,8 @@ GUNZIP = ../isys/gzlib/libgunzip-diet.a
OBJS += dietstubs.o ctype.o
ISYSLIB += -lrpc
CTYPEDEP = ctype.c
+else
+OBJS += wcstubs.o
endif
ifeq (i386, $(ARCH))