makefile improvements
authorŁukasz Stelmach <l.stelmach@samsung.com>
Tue, 25 Feb 2014 07:15:13 +0000 (08:15 +0100)
committerMichal Minar <miminar@redhat.com>
Tue, 25 Feb 2014 08:33:02 +0000 (09:33 +0100)
commit6771fd440673d87c4004de2c61d073c3abb21169
tree119a644a2d8a005fd25aa0136baa8a669d94e832
parente2df8330f4d9a83ae66380623615172d68e0bb98
makefile improvements

Using $(libdir) variable instead of $(prefix)/lib. This helps maintain
consistency between paths used in Makefile and those provided by the
build system used in spec (e.g. %_libdir).

Make sure that Makefile.inc is created before its inclusion in Makefile.
Since Makefile is already build, it's not quite obvious that configure
script needs to be run for Makefile.inc to be generated.

Fixed configure script to correctly generate datadir variable.
Makefile
configure
hwdata.spec