summaryrefslogtreecommitdiffstats
path: root/utils
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2001-12-03 21:23:16 +0000
committerJeremy Katz <katzj@redhat.com>2001-12-03 21:23:16 +0000
commit08a680ea8c322b4138f23cbdfd477907f091f6d2 (patch)
tree39eb83a457df4271eef322e07e139aa285eac945 /utils
parent9789f119cdb67c6405c101f5e2a001f3e50fdd49 (diff)
downloadanaconda-08a680ea8c322b4138f23cbdfd477907f091f6d2.tar.gz
anaconda-08a680ea8c322b4138f23cbdfd477907f091f6d2.tar.xz
anaconda-08a680ea8c322b4138f23cbdfd477907f091f6d2.zip
we really want a non-diet libisys for post-install (or we have to make sure we don't get weird interactions between the diet isys and the glibc everything else we use)
Diffstat (limited to 'utils')
-rw-r--r--utils/Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/utils/Makefile b/utils/Makefile
index fbd255e84..5136f2caa 100644
--- a/utils/Makefile
+++ b/utils/Makefile
@@ -4,9 +4,6 @@ ARCH := $(patsubst i%86,i386,$(shell uname -m))
ARCH := $(patsubst sparc%,sparc,$(ARCH))
ISYSLIB=isys
-ifeq ($(ARCH),i386)
-ISYSLIB=isys-diet
-endif
LOADLIBES = -L../isys -l$(ISYSLIB) -lpopt
CFLAGS = -Wall -g -I/usr/include/rpm -I..