Follow-up Comment #7, bug #16132 (project make):

(And this is the makefile (with TABS of course:)


BLA1 :=  -aap="noot"
BLA2 := '-aap="noot"'
BLA3 :=  -aap=\"noot\"

BLA4 :=  -aap="noot" -mies="wim"
BLA5 := '-aap="noot" -mies="wim"'
BLA6 :=  -aap=\"noot\" -mies=\"wim\"     

all:
        echo $(BLA1)
        echo $(BLA2)
        echo $(BLA3)
        echo $(BLA4)
        echo $(BLA5)
        echo $(BLA6)

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?func=detailitem&item_id=16132>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/



_______________________________________________
Bug-make mailing list
Bug-make@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-make

Reply via email to