Changeset 668

Show
Ignore:
Timestamp:
06/02/07 20:36:38 (18 months ago)
Author:
danny@…
Message:

This now appears to be needed to ensure config.h is available where needed.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/Makefile

    r477 r668  
    88###   each of the modules 
    99CPPFLAGS += $(patsubst %,-I%,$(MODULES)) $(OS) 
    10 CPPFLAGS += -g 
     10CPPFLAGS += -g -include $(OSDIR)/config.h 
    1111 
    1212### extra libraries if required