Changeset 20450

Show
Ignore:
Timestamp:
07/05/07 10:34:17 (1 year ago)
Author:
patrick
Message:

Removed an unused variable reference.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • juggler/branches/2.2/modules/tweek/tweek.fpc.in

    r20444 r20450  
    3434tweek_extra_ldflags = @tweek_extra_ldflags@ 
    3535 
    36 extra_libs = ${tweek_extra_ldflags} ${tweek_extra_libs} 
     36extra_libs = ${tweek_extra_ldflags} 
    3737 
    3838 
     
    5858extra_libs: ${extra_libs} 
    5959static_libs: ${static_begin} ${libs} ${tweek_libs} ${static_end} 
    60 profiled_libs: ${libs} ${tweek_prof_libs} 
    61 profiled_static_libs: ${static_begin} ${libs} ${tweek_prof_libs} ${static_end} 
     60profiled_libs: ${tweek_ldflags} ${tweek_prof_libs} ${extra_libs} 
     61profiled_static_libs: ${static_begin} ${tweek_prof_libs} ${static_end} 
    6262cxx_idl: ${CXX_IDL_CMD} 
    6363cxx_idlflags: ${tweek_idlflags_cxx}