[694] in Zephyr_Bugs

home help back first fref pref prev next nref lref last post

Makefile.in in lib/et, zephyr 2.0.2

daemon@ATHENA.MIT.EDU (Derrick J. Brashear)
Thu Aug 24 15:36:37 1995

Date: Thu, 24 Aug 1995 15:35:15 -0400 (EDT)
From: "Derrick J. Brashear" <shadow+@andrew.cmu.edu>
To: bug-zephyr@MIT.EDU

HP make doesn't define $(AR) by default, so this patch is needed
to lib/et/Makefile.in
*** Makefile.in.orig    Thu Aug 24 15:33:30 1995
--- Makefile.in Thu Aug 24 15:33:46 1995
***************
*** 28,34 ****
  all: libcom_err.a compile_et
  
  libcom_err.a: $(OBJS)
!       $(AR) cru $@ $(OBJS)
        $(RANLIB) $@
  
  compile_et: compile_et.o error_table.o
--- 28,34 ----
  all: libcom_err.a compile_et
  
  libcom_err.a: $(OBJS)
!       ar cru $@ $(OBJS)
        $(RANLIB) $@
  
  compile_et: compile_et.o error_table.o

home help back first fref pref prev next nref lref last post