From e3dc4b52030afebf944967ab65e5acee8c62bd6a Mon Sep 17 00:00:00 2001 From: Johan Danielsson Date: Fri, 5 Dec 1997 08:25:16 +0000 Subject: [PATCH] install compile_et git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@4141 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/com_err/Makefile.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/com_err/Makefile.in b/lib/com_err/Makefile.in index 4cc09758a..e5dde07d1 100644 --- a/lib/com_err/Makefile.in +++ b/lib/com_err/Makefile.in @@ -53,6 +53,8 @@ Wall: install: all $(MKINSTALLDIRS) $(libdir) $(INSTALL_DATA) -m 0555 $(LIB) $(libdir) + $(MKINSTALLDIRS) $(bindir) + $(INSTALL_DATA) -m 0555 $(PROGS) $(bindir) uninstall: rm -f $(libdir)/$(LIB)