Hi,
After migrate some Makefile from FreeBSD6 to new one (FreeBSD11) make file doesn't work. Maybe this is caused by something else ? I don't know. Currently I have even such basic Makefile:
and after make command I get:
Of course paths and folders are correct. Could somebody help me with that issue ? Thanks
After migrate some Makefile from FreeBSD6 to new one (FreeBSD11) make file doesn't work. Maybe this is caused by something else ? I don't know. Currently I have even such basic Makefile:
Code:
first:
@bin/generator.pl
Code:
make: exec(bin/generator.pl) failed (No such file or directory)
*** Error code 1
Stop.
make: stopped in /etc/generator
Of course paths and folders are correct. Could somebody help me with that issue ? Thanks