Changeset 60 for trunk/include


Ignore:
Timestamp:
Feb 18, 2016, 5:18:51 PM (10 years ago)
Author:
Ben Rietbroek
Message:

Fixed building on Linux [v1.1.1-testing]

Of course the lowercasing broke building on Linux.
This commit fixes that.

Location:
trunk/include
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/makefile.mif

    r57 r60  
    11###############################################################################
    2 # MAKEFILE.MIF :: Make Include File -- Defines Cross Platform Stuff.  [wmake] #
     2# makefile.mif :: Make Include File -- Defines Cross Platform Stuff.  [wmake] #
    33###############################################################################
    44
  • trunk/include/makefrwd.mif

    r57 r60  
    11###############################################################################
    2 # MAKEFRWD.MIF :: Make Include -- Forwards GNU Make to other Make Utilities.  #
     2# makefrwd.mif :: Make Include -- Forwards GNU Make to other Make Utilities.  #
    33###############################################################################
    44
     
    7676%:
    7777        @echo $(HEADER) with target: $(LQ)$@$(RQ)
    78         @$(OTHER_MAKE) $@
     78        @$(OTHER_MAKE) -h $@
Note: See TracChangeset for help on using the changeset viewer.