Changeset 312


Ignore:
Timestamp:
Feb 15, 2012, 3:29:09 PM (13 years ago)
Author:
dmik
Message:

Add forgotten +.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/openjdk/hotspot/make/os2/makefiles/vm.make

    r311 r312  
    110110endif
    111111
    112 CPP_DONT_USE_PCH =
    113112ifneq ($(USE_PRECOMPILED_HEADER),0)
    114113$(error Please add the rule for the PCH file!)
    115 CPP_FLAGS = # grab the PCH rule from linux/makefiles/gcc.make
     114CPP_FLAGS += # grab the PCH rule from linux/makefiles/gcc.make
    116115else
    117 CPP_FLAGS= -DDONT_USE_PRECOMPILED_HEADER
     116CPP_FLAGS += -DDONT_USE_PRECOMPILED_HEADER
    118117endif
    119118
Note: See TracChangeset for help on using the changeset viewer.