Changeset 4910 for branches/r9


Ignore:
Timestamp:
Dec 31, 2014, 10:28:38 AM (10 years ago)
Author:
gah
Message:
 
Location:
branches/r9
Files:
7 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • branches/r9/Makefile.in

    r4909 r4910  
    136136        $(tls) $(vtk) $(zlib) $(apps)
    137137
    138 ifneq ($(WITH_VTK), "no")
    139   vtk_timestamp   = $(vtk)/timestamp
    140   cmake_timestamp = $(cmake)/timestamp
     138ifneq ("$(WITH_VTK)", "no")
     139  vtk_timestamp = $(vtk)/timestamp
    141140endif
    142141
  • branches/r9/pkgs/Makefile.in

    r4909 r4910  
    2929                system
    3030
    31 ifneq ($(WITH_VTK),"no")
     31ifneq ("$(WITH_VTK)","no")
    3232   SUBDIRS += DicomToVtk DxToVtk PdbToVtk
    3333endif
Note: See TracChangeset for help on using the changeset viewer.