IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 8, 2004, 4:24:18 PM (22 years ago)
Author:
desonia
Message:

moved the parseErrorCodes.pl up one directory and rebuilt error codes/text
headers.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/sysUtils/Makefile

    r1696 r1748  
    33##  Makefile:   sysUtils
    44##
    5 ##  $Revision: 1.20 $  $Name: not supported by cvs2svn $
    6 ##  $Date: 2004-09-07 19:05:07 $
     5##  $Revision: 1.21 $  $Name: not supported by cvs2svn $
     6##  $Date: 2004-09-09 02:24:18 $
    77##
    88##  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    4747
    4848psErrorCodes.h: psErrorCodes.dat
    49         perl parseErrorCodes.pl --data=$? $@
     49        perl ../parseErrorCodes.pl --data=$? $@
    5050
    5151psErrorCodes.c: psErrorCodes.dat
    52         perl parseErrorCodes.pl --data=$? $@
     52        perl ../parseErrorCodes.pl --data=$? $@
    5353
    5454psSysUtilsErrors.h: psSysUtilsErrors.dat
    55         perl parseErrorCodes.pl --data=$? $@
     55        perl ../parseErrorCodes.pl --data=$? $@
    5656
    5757
Note: See TracChangeset for help on using the changeset viewer.