Putting the following target .SUFFIXES: .c .pc in a Makefile.am doesn't work and I get an error like this:
src/Makefile.am:31: use variable `SUFFIXES', not target `.SUFFIXES'
Why does it happen?
Putting the following target .SUFFIXES: .c .pc in a Makefile.am doesn't work and I get an error like this:
src/Makefile.am:31: use variable `SUFFIXES', not target `.SUFFIXES'
Why does it happen?