Ticket #644: hello.patch

File hello.patch, 0.7 KB (added by fperrad, 12 years ago)

rewrite with PBC_TO_EXE

  • root.in

     
    11001100examples/pasm/hello.pbc: examples/pasm/hello.pasm 
    11011101        $(PARROT) -o examples/pasm/hello.pbc examples/pasm/hello.pasm 
    11021102 
    1103 examples/pasm/hello$(O): examples/pasm/hello.pbc 
    1104         $(PARROT) -o examples/pasm/hello$(O) examples/pasm/hello.pbc 
     1103examples/pasm/hello$(EXE): examples/pasm/hello.pbc $(PBC_TO_EXE) 
     1104        $(PBC_TO_EXE) examples\pasm\hello.pbc 
    11051105 
    1106 examples/pasm/hello$(EXE): examples/pasm/hello$(O) 
    1107         $(MAKE) . EXEC=examples/pasm/hello exec 
    11081106 
    1109  
    1110  
    11111107############################################################################### 
    11121108# 
    11131109# Dependencies: