]> andersk Git - moira.git/commitdiff
fix misspelling
authorjtkohl <jtkohl>
Thu, 23 Mar 1989 10:26:58 +0000 (10:26 +0000)
committerjtkohl <jtkohl>
Thu, 23 Mar 1989 10:26:58 +0000 (10:26 +0000)
ignore error code from the ucb program check

util/imake.includes/Imake.rules

index 1a983041a978669b31421a038cd5fd61f8d1771b..e3396c840e303accc770cb988e901c68b27cda22 100644 (file)
@@ -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)         @@\
                                                                        @@\
This page took 0.067441 seconds and 5 git commands to generate.