From c87509c1fa2e1f024b790f48dfe2f3a6c2e40c83 Mon Sep 17 00:00:00 2001 From: jtkohl Date: Thu, 23 Mar 1989 10:26:58 +0000 Subject: [PATCH] fix misspelling ignore error code from the ucb program check --- util/imake.includes/Imake.rules | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/util/imake.includes/Imake.rules b/util/imake.includes/Imake.rules index 1a983041..e3396c84 100644 --- a/util/imake.includes/Imake.rules +++ b/util/imake.includes/Imake.rules @@ -131,7 +131,7 @@ install:: @@\ $(INSTALLRAW) -m 644 concat3(lib,libname,.a) concat4($(DESTDIR)$(LIBDIR)/,lib,libname,.a) @@\ $(RANLIB) -t concat4($(DESTDIR)$(LIBDIR)/,lib,libname,.a) @@\ $(CHMOD) 444 concat4($(DESTDIR)$(LIBDIR)/,lib,libname,.a) @@\ - $(INSTALLFILE) concat3(llib-l,libname,.ln) concat4($(DESTDIR)$(LINTLIBBDIR)/,llib-l,libname,.ln) @@\ + $(INSTALLFILE) concat3(llib-l,libname,.ln) concat4($(DESTDIR)$(LINTLIBDIR)/,llib-l,libname,.ln) @@\ #endif /* PROFILED_LIBS */ @@ -335,7 +335,7 @@ pgm: objs localdeps @@\ $(CC) $(CFLAGS) -o $@ objs syslibs @@\ @@\ install:: @@\ - if [ ! -f concat5(${DESTDIR},installdir,/,pgm,.ucb) -a -f concat4(${DESTDIR},installdir,/,pgm) ]; then \ @@\ + -if [ ! -f concat5(${DESTDIR},installdir,/,pgm,.ucb) -a -f concat4(${DESTDIR},installdir,/,pgm) ]; then \ @@\ mv concat4(${DESTDIR},installdir,/,pgm) concat5(${DESTDIR},installdir,/,pgm,.ucb); fi; exit 0 @@\ $(INSTALLSUID) pgm concat4(${DESTDIR},installdir,/,pgm) @@\ @@\ -- 2.45.2