summaryrefslogtreecommitdiffstats
path: root/utils
diff options
context:
space:
mode:
authorErik Troan <ewt@redhat.com>2000-06-14 19:24:37 +0000
committerErik Troan <ewt@redhat.com>2000-06-14 19:24:37 +0000
commit08545a49b89058c0f0c57b8c40ea754a4ad435f4 (patch)
tree5f69099bf88b406dd78851c3c8b527c00181c185 /utils
parent16a2ec24339375d9580b6091aa8e63da79f3d894 (diff)
downloadanaconda-08545a49b89058c0f0c57b8c40ea754a4ad435f4.tar.gz
anaconda-08545a49b89058c0f0c57b8c40ea754a4ad435f4.tar.xz
anaconda-08545a49b89058c0f0c57b8c40ea754a4ad435f4.zip
build moddep
Diffstat (limited to 'utils')
-rw-r--r--utils/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/utils/Makefile b/utils/Makefile
index cfbf41c10..30280cc3d 100644
--- a/utils/Makefile
+++ b/utils/Makefile
@@ -6,10 +6,7 @@ ARCH := $(patsubst sparc%,sparc,$(ARCH))
LOADLIBES = -L../isys -lisys -lpopt
CFLAGS = -Wall -g -I/usr/include/rpm
LDFLAGS = -g -static
-
-ifneq ($(ARCH),ia64)
-MODDEPS=moddeps
-endif
+MODDEPS = moddeps
ifeq (.depend,$(wildcard .depend))
TARGET=all