Blame SOURCES/patch.1.1

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