include-regen2.mk 174 B

1234567891011
  1. # make should make makefiles that it has rules for if they are
  2. # included
  3. include test.mk
  4. all:
  5. test "$(X)" = "1"
  6. @echo "TEST-PASS"
  7. test.mk:
  8. @echo "X = 1" > $@