Changeset 1707 in Sophya for trunk/ArchTOIPipe/Processors


Ignore:
Timestamp:
Oct 19, 2001, 12:02:19 PM (24 years ago)
Author:
aubourg
Message:

meme probleme pour ranlib, usr/bin/ranlib prefere

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ArchTOIPipe/Processors/Makefile.in

    r1706 r1707  
    77CXX=@CXX@
    88AR=@AR@
     9RANLIB=@RANLIB@
    910CXXFLAGS=-O -g
    1011CFLAGS=-O -g
     
    8081libatproc.a: $(FILES)
    8182        $(AR) -cr libatproc.a $(FILES) 
    82         ranlib libatproc.a
     83        $(RANLIB) libatproc.a
    8384        ln -f libatproc.a ../libatproc.a
    8485
Note: See TracChangeset for help on using the changeset viewer.