bug#9783: can't use special target .SUFFIXES

2011-10-19 Thread Stefano Lattarini
tags 9783 notabug close 9783 thanks On Wednesday 19 October 2011, Giulio Rossato wrote: > Feel free to close this bug report. > Thanks, > Giulio > Thanks for the quick reply. Bug closed. Regards, Stefano

bug#9783: can't use special target .SUFFIXES

2011-10-19 Thread Stefano Lattarini
On Tuesday 18 October 2011, Giulio Rossato wrote: > 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? > See: