search for: toolexename

Displaying 1 result from an estimated 1 matches for "toolexename".

2004 Oct 23
1
[LLVMdev] UPDATE: Makefile.rules Changes (IMPORTANT)
...libdir) > $(VERB) $(LIBTOOL) --mode=install $(INSTALL) $(LIBNAME_A) $(DESTDIR)$(libdir)/lib$(LIBRARYNAME).a > endif > @@ -491,9 +478,9 @@ > # This affects things like LLI which has library subdirectories. > $(LIBS): $(addsuffix /.makeall, $(PARALLEL_DIRS)) > > -all:: $(TOOLEXENAME) > +all-local:: $(TOOLEXENAME) > > -clean:: > +clean-local:: > $(VERB) $(RM) -f $(TOOLEXENAME) > > $(TOOLEXENAME): $(BUILT_SOURCES) $(ObjectsO) $(PROJ_LIBS_PATHS) $(LLVM_LIBS_PATHS) $(TOOLDIR)/.dir > @@ -501,7 +488,7 @@ > $(VERB) $(Link) -o $@ $(ObjectsO) $(PRO...