IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 600


Ignore:
Timestamp:
May 7, 2004, 8:55:53 AM (22 years ago)
Author:
evanalst
Message:

Change include directory flag to use variable $(includedir).

File:
1 edited

Legend:

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

    r596 r600  
    33##  Makefile:   collections
    44##
    5 ##  $Revision: 1.8 $  $Name: not supported by cvs2svn $
    6 ##  $Date: 2004-05-06 23:24:38 $
     5##  $Revision: 1.9 $  $Name: not supported by cvs2svn $
     6##  $Date: 2004-05-07 18:55:53 $
    77##
    88##  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    2626# Set CFLAGS used by the implicit rule to compile .c
    2727
    28 CFLAGS := $(CFLAGS_RELOC) -I../sysUtils
     28CFLAGS := $(CFLAGS_RELOC) -I$(includedir)
    2929
    3030# Define the source objects
Note: See TracChangeset for help on using the changeset viewer.