summaryrefslogtreecommitdiffstats
path: root/isys/Makefile
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2002-12-30 19:51:25 +0000
committerJeremy Katz <katzj@redhat.com>2002-12-30 19:51:25 +0000
commitda64115c5af2a3d86c4de4c12a13bb87f7b773a3 (patch)
treea41b5ee64c5ff4852d091f557be35a55226ff32d /isys/Makefile
parent8a78faf27b2cbee448ad902887ca8b3d21468825 (diff)
downloadanaconda-da64115c5af2a3d86c4de4c12a13bb87f7b773a3.tar.gz
anaconda-da64115c5af2a3d86c4de4c12a13bb87f7b773a3.tar.xz
anaconda-da64115c5af2a3d86c4de4c12a13bb87f7b773a3.zip
define USEDIET in top-level Makefile.inc. use throughout instead of scattering
into every makefile. fix non-dietlinkage
Diffstat (limited to 'isys/Makefile')
-rw-r--r--isys/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/isys/Makefile b/isys/Makefile
index 98c669acf..cfcf6c52f 100644
--- a/isys/Makefile
+++ b/isys/Makefile
@@ -16,7 +16,7 @@ DOBJECTS = $(patsubst %.o,%.do,$(OBJECTS))
GENERATED = nfs_mountversion.h
-ifeq ($(ARCH),i386)
+ifeq (1, $(USEDIET))
DIETLIB=libisys-diet.a
endif
@@ -28,7 +28,6 @@ endif
ifeq ($(ARCH),ppc)
OBJECTS += minifind.o
SOURCES += minifind.c
-DIETLIB=libisys-diet.a
endif
ifeq (.depend,$(wildcard .depend))