IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 12859


Ignore:
Timestamp:
Apr 17, 2007, 1:00:17 PM (19 years ago)
Author:
eugene
Message:

changing Configure to Makefile.System

Location:
trunk/Ohana
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/Makefile.in

    r12840 r12859  
    2020# or use the script 'configure'
    2121
    22 include Configure
     22include Makefile.System
    2323
    2424# .SILENT:                                                                     
  • trunk/Ohana/config.tools

    r11888 r12859  
    4343endif
    4444
    45 cat Configure | sed "s|$argv[2]|$argv[3]|" > Configure.tmp
    46 mv -f Configure.tmp Configure
     45cat Makefile.System | sed "s|$argv[2]|$argv[3]|" > Makefile.System.tmp
     46mv -f Makefile.System.tmp Makefile.System
    4747exit 0;
Note: See TracChangeset for help on using the changeset viewer.