My 'make' command is generating the following error.
make[1]: Leaving directory `/media/resource/gnome-calculator/gnome-calculator/src'
Making all in data
make[1]: Entering directory `/media/resource/gnome-calculator/gnome-calculator/data'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/media/resource/gnome-calculator/gnome-calculator/data'
Making all in help
make[1]: Entering directory `/media/resource/gnome-calculator/gnome-calculator/help'
Makefile:384: *** missing separator. Stop.
make[1]: Leaving directory `/media/resource/gnome-calculator/gnome-calculator/help'
make: *** [all-recursive] Error 1
I have removed the spaces of beginning of line 384 and the problem continues. Here is the makefile http://paste.ubuntu.com/5687077/ How can I solve this?