From a6dfa42373ff40957bc1c842efcc836a3bef618d Mon Sep 17 00:00:00 2001 From: root Date: Thu, 22 Feb 1996 20:00:56 +0000 Subject: [PATCH] add "all" dependency for "make install" CVS patchset: 401 CVS date: 1996/02/22 20:00:56 --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.in b/Makefile.in index 63cd66d..6f037f3 100644 --- a/Makefile.in +++ b/Makefile.in @@ -57,7 +57,7 @@ make-subdirs: $(PROGS): $(OBJS) -install: +install: all install -m 755 -o 0 -g 0 -d $(RPMBINDIR) install -m 755 -o 0 -g 0 -d $(BINDIR) install -m 755 -o 0 -g 0 -d $(MANDIR) -- 2.7.4