From cb3e74ab12a01b8270d34d741ef779fa8256ab8d Mon Sep 17 00:00:00 2001 From: Matt Wilson Date: Wed, 17 May 2000 04:47:57 +0000 Subject: build all this stuff static --- utils/Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'utils') diff --git a/utils/Makefile b/utils/Makefile index 3852d54f3..f957d04cc 100644 --- a/utils/Makefile +++ b/utils/Makefile @@ -5,7 +5,7 @@ ARCH := $(patsubst sparc%,sparc,$(ARCH)) LOADLIBES = -L../isys -lisys -lpopt CFLAGS = -Wall -g -I/usr/include/rpm -LDFLAGS = -g +LDFLAGS = -g -static ifneq ($(ARCH),ia64) MODDEPS=moddeps @@ -29,10 +29,9 @@ moddeps: moddeps.o ../isys/modutils/obj/libobj.a -lrpm -lbz2 -lz -lpopt genhdlist: genhdlist.c - $(CC) $(LDFLAGS) $(CFLAGS) -o genhdlist genhdlist.c -lrpm -lbz2 -static -lz -lpopt -ldb + $(CC) $(LDFLAGS) $(CFLAGS) -o genhdlist genhdlist.c -lrpm -lbz2 -lz -lpopt -ldb depends: - install: all mkdir -p $(DESTDIR)/usr/bin -- cgit