Ticket #32054: patch-GDEHELP-Makefile.diff

File patch-GDEHELP-Makefile.diff, 376 bytes (added by matt.cottrell@…, 12 years ago)

New patch-GDEHELP-Makefile.diff to deal with the clang preprocessor problem

  • GDEHELP/Makefile

    old new  
    1717
    1818$(TARGET) : $(SOURCE) $(GENMENUS)
    1919        -chmod a+w $(TARGET)
    20         $(PP) -IMENUS $(SOURCE) >$(TARGET)
     20        $(GCC) -E -x c-header -IMENUS $(SOURCE) >$(TARGET)
    2121        chmod a-w $(TARGET)
    2222
    2323# ------------------------------------------------------------