Changeset 223 for CMT/HEAD


Ignore:
Timestamp:
Jun 23, 2006, 10:48:03 AM (18 years ago)
Author:
garonne
Message:

fixed bug

File:
1 edited

Legend:

Unmodified
Added
Removed
  • CMT/HEAD/mgr/Makefile

    r209 r223  
    11
    22cppflags  = $(CFLAGS)
     3
    34
    45cpp = g++ -O2
     
    1415ifeq ($(CMTBIN),LinuxProf)
    1516cpp = g++ -g -pg
     17endif
    1618
    1719ifeq ($(CMTBIN),Linux-i686Prof)
    1820cpp = g++ -g -pg
    1921endif
     22
    2023
    2124ifeq ($(CMTBIN),LinuxInsure)
     
    6265endif
    6366
    64 
    6567cppcomp   = $(cpp) -c -I${inc} $(cppflags)
    6668
    6769ifeq ($(STATIC),1)
    68 cpplink   = $(cpp) -static
     70    cpplink   = $(cpp) -static
    6971else
    70 cpplink   = $(cpp)
    71 endif
    72 
     72    cpplink   = $(cpp)
     73endif
    7374
    7475src       = ../src/
Note: See TracChangeset for help on using the changeset viewer.