Diff for /gforth/engine/Makefile.in between versions 1.1 and 1.2

version 1.1, 1997/05/21 20:40:06 version 1.2, 1997/06/15 19:43:47
Line 38  all: replace.a Line 38  all: replace.a
   
 replace.a:      $(OBJECTS)  replace.a:      $(OBJECTS)
         ar r $@ $(OBJECTS)          ar r $@ $(OBJECTS)
   
   #NeXTstep hack
   
   termios.o:      /usr/lib/libposix.a
           ar x /usr/lib/libposix.a termios.o
   

Removed from v.1.1  
changed lines
  Added in v.1.2


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>