From 08a680ea8c322b4138f23cbdfd477907f091f6d2 Mon Sep 17 00:00:00 2001 From: Jeremy Katz Date: Mon, 3 Dec 2001 21:23:16 +0000 Subject: 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) --- utils/Makefile | 3 --- 1 file changed, 3 deletions(-) (limited to 'utils') 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.. -- cgit