/[gcl]/gcl/unixport/makefile
ViewVC logotype

Diff of /gcl/unixport/makefile

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.42.2.1.2.1.2.3 by camm, Wed Sep 24 15:48:46 2003 UTC revision 1.42.2.1.2.1.2.4 by camm, Fri Oct 31 16:20:39 2003 UTC
# Line 36  bfdfiles: $(shell find ../binutils -name Line 36  bfdfiles: $(shell find ../binutils -name
36          done          done
37          touch $@          touch $@
38    
39  OOBJS:=$(shell j=$$(ar t $(ODIR)/gcllib.a) ; for i in $$(ls -1 $(ODIR)/*.o) ; do if ! echo $$j |grep -q $$(basename $$i) ; then echo $$i ; fi ; done)  OOBJS:=$(shell j=$$(ar t $(ODIR)/gcllib.a) ; for i in $$(ls -1 $(ODIR)/*.o) ; do if ! echo $$j |grep $$(basename $$i) >/dev/null 2>&1 ; then echo $$i ; fi ; done)
40  OBJS:=$(OOBJS) $(shell ls -1 $(LSPDIR)/*.o)  OBJS:=$(OOBJS) $(shell ls -1 $(LSPDIR)/*.o)
41  OBJS:=$(OBJS) $(shell ls -1 $(CMPDIR)/*.o | grep -v collectfn.o)  OBJS:=$(OBJS) $(shell ls -1 $(CMPDIR)/*.o | grep -v collectfn.o)
42    

Legend:
Removed from v.1.42.2.1.2.1.2.3  
changed lines
  Added in v.1.42.2.1.2.1.2.4

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26