--- old/make/bsd/makefiles/adlc.make 2012-02-01 09:45:08.565564375 +0100 +++ new/make/bsd/makefiles/adlc.make 2012-02-01 09:45:08.445580524 +0100 @@ -61,10 +61,10 @@ INCLUDES += $(Src_Dirs_I:%=-I%) # set flags for adlc compilation -CPPFLAGS = $(SYSDEFS) $(INCLUDES) +CXXFLAGS = $(SYSDEFS) $(INCLUDES) # Force assertions on. -CPPFLAGS += -DASSERT +CXXFLAGS += -DASSERT # CFLAGS_WARN holds compiler options to suppress/enable warnings. # Compiler warnings are treated as errors