Home | History | Annotate | Download | only in testcase
      1 test: override
      2 
      3 A=PASS
      4 # The behavior for this depends on the version of GNU make. It looks
      5 # like old GNU make has a bug here.
      6 # override : A=PASS_2
      7 override :
      8 	echo $(A)
      9