Changeset 1480 in Sophya for trunk/ArchTOIPipe/Processors


Ignore:
Timestamp:
Apr 27, 2001, 11:33:51 AM (24 years ago)
Author:
aubourg
Message:

join & merge

File:
1 edited

Legend:

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

    r1477 r1480  
    6262endif
    6363
     64ifeq ($(CXX), cxx)
     65  CXXFLAGS := $(CXXFLAGS) -ptr ../cxx_repository
     66endif
     67
    6468SRCFILES=toisqfilter.cc
    6569
     
    7175libatproc.a: $(FILES)
    7276        $(AR) -cr libatproc.a $(FILES) 
    73         ln libatproc.a ../libatproc.a
     77        ln -f libatproc.a ../libatproc.a
    7478
    7579clean:
Note: See TracChangeset for help on using the changeset viewer.