Makefile
changeset 1263 edc4ecb3ef60
parent 1262 daacd1a0408f
child 1264 49032c3d9007
equal deleted inserted replaced
1262:daacd1a0408f 1263:edc4ecb3ef60
     4 
     4 
     5 
     5 
     6 ################################################################
     6 ################################################################
     7 # Standard Makefile settings.
     7 # Standard Makefile settings.
     8 
     8 
     9 SHELL = /bin/sh -x
     9 SHELL = /bin/sh
    10 export PATH := /bin:/usr/bin:${PATH}
    10 export PATH := /bin:/usr/bin:${PATH}
    11 
    11 
    12 # Disable built in pattern rules.
    12 # Disable built in pattern rules.
    13 MAKEFLAGS += -r
    13 MAKEFLAGS += -r
    14 # Disable built in variables.
    14 # Disable built in variables.