3beeaa3
*** Makefile.orig	Wed Jul 13 21:43:16 1994
3beeaa3
--- Makefile	Wed Dec 31 19:00:00 1969
3beeaa3
***************
3beeaa3
*** 15,22 ****
3beeaa3
  
3beeaa3
  ${LIBDB}: ${OBJ1} ${OBJ2} ${OBJ3} ${OBJ4} ${OBJ5} ${MISC}
3beeaa3
  	rm -f $@
3beeaa3
! 	ar cq $@ \
3beeaa3
! 	    `lorder ${OBJ1} ${OBJ2} ${OBJ3} ${OBJ4} ${OBJ5} ${MISC} | tsort`
3beeaa3
  	ranlib $@
3beeaa3
  
3beeaa3
  clean:
3beeaa3
--- 15,21 ----
3beeaa3
  
3beeaa3
  ${LIBDB}: ${OBJ1} ${OBJ2} ${OBJ3} ${OBJ4} ${OBJ5} ${MISC}
3beeaa3
  	rm -f $@
3beeaa3
! 	ar cq $@ ${OBJ1} ${OBJ2} ${OBJ3} ${OBJ4} ${OBJ5} ${MISC}
3beeaa3
  	ranlib $@
3beeaa3
  
3beeaa3
  clean: