From 5743df5fb6e6ad641b748f331f5e7fbd74e5ac57 Mon Sep 17 00:00:00 2001 From: root Date: Wed, 14 Feb 1996 16:22:50 +0000 Subject: [PATCH] install rpmconvert, statically link with libc CVS patchset: 260 CVS date: 1996/02/14 16:22:50 --- Makefile.in | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Makefile.in b/Makefile.in index 4a5f023..b3e8def 100644 --- a/Makefile.in +++ b/Makefile.in @@ -26,7 +26,7 @@ INCDIR=$(prefix)/include/rpm SUBDIRS = lib build OBJS = query.o install.o PROGS = rpm rpmlead rpmheader rpmarchive rpmconvert -LOADLIBES = -lbuild -lrpm -ldb -lgz $(LIBEFENCE) +LOADLIBES = -lbuild -lrpm -ldb /usr/lib/libgz.a $(LIBEFENCE) ifeq (.depend,$(wildcard .depend)) TARGET=everything @@ -54,7 +54,10 @@ make-subdirs: $(PROGS): $(OBJS) install: + install -m 755 -o 0 -g 0 -d $(BINDIR) + install -m 755 -o 0 -g 0 -d $(MANDIR) install -s -m 755 -o 0 -g 0 rpm $(BINDIR) + install -s -m 755 -o 0 -g 0 rpmconvert $(BINDIR) install -m 644 -o 0 -g 0 rpm.8 $(MANDIR) (cd lib; make LIBDIR=$(LIBDIR) INCDIR=$(INCDIR) install -- 2.7.4