abort make install in this situation.
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@8117
dc483132-0cff-0310-8789-
dd5450dbe970
+Tue May 21 19:14:27 1996 Sam Hartman <hartmans@mit.edu>
+
+ * Makefile.in (install): Ignore error return from installation of
+ ksu; if we can't set the setuid bit (AFS or non-root), we should
+ still continue.
+
Mon May 20 00:07:16 1996 Sam Hartman <hartmans@tertius.mit.edu>
* main.c (main): Do not force source cache open if we are going to use it as the target.
$(RM) ksu
install::
- for f in ksu; do \
+ -for f in ksu; do \
$(INSTALL_SETUID) $$f \
$(DESTDIR)$(CLIENT_BINDIR)/`echo $$f|sed '$(transform)'`; \
$(INSTALL_DATA) $(srcdir)/$$f.M \