diff options
author | Jeremy Katz <katzj@redhat.com> | 2001-12-03 21:23:16 +0000 |
---|---|---|
committer | Jeremy Katz <katzj@redhat.com> | 2001-12-03 21:23:16 +0000 |
commit | 08a680ea8c322b4138f23cbdfd477907f091f6d2 (patch) | |
tree | 39eb83a457df4271eef322e07e139aa285eac945 /utils | |
parent | 9789f119cdb67c6405c101f5e2a001f3e50fdd49 (diff) | |
download | anaconda-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/Makefile | 3 |
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.. |