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

Diff of /gcl/unixport/makefile

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

revision 1.48 by camm, Wed Sep 24 16:30:12 2003 UTC revision 1.49 by camm, Fri Oct 31 16:26:55 2003 UTC
# Line 37  bfdfiles: $(shell find ../binutils -name Line 37  bfdfiles: $(shell find ../binutils -name
37          done          done
38          touch $@          touch $@
39    
40  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)
41  OBJS:=$(OOBJS) $(shell ls -1 $(LSPDIR)/*.o)  OBJS:=$(OOBJS) $(shell ls -1 $(LSPDIR)/*.o)
42  OBJS:=$(OBJS) $(shell ls -1 $(CMPDIR)/*.o | grep -v collectfn.o)  OBJS:=$(OBJS) $(shell ls -1 $(CMPDIR)/*.o | grep -v collectfn.o)
43    

Legend:
Removed from v.1.48  
changed lines
  Added in v.1.49

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