Ignore:
Timestamp:
10/21/10 11:46:37 (14 years ago)
Author:
tbretz
Message:
Removed necessity of defining OSTYPE.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Cosy/Makefile.conf.general

    r8809 r10026  
    77ROOTCFLAGS =  `root-config --cflags`
    88
    9 GLIBFLAGS = `glib-config --cflags`
    10 GLIBLIBS  = `glib-config --libs`
     9#GLIBFLAGS = `glib-config --cflags`
     10#GLIBLIBS  = `glib-config --libs`
    1111
    12 #
    13 #  compiler flags
    14 #
     12OSTYPE   = $(shell uname -s | tr '[:upper:]' '[:lower:]')
    1513
    1614#
Note: See TracChangeset for help on using the changeset viewer.