The tarball contains several generated scripts, which means that make
will not always generate fresh scripts from the *.in source files.
In order to generate *all* of the scripts for every build, the
'scripts-clean' target should be run first to remove the stale generated
files.
Change-Id: I98dda49cd8e626265c4f61a2b7feecda46fbf25f
--- /dev/null
+* Tue Jul 09 2013 Patrick McCarty <patrick.mccarty@linux.intel.com> 4c9a99e
+- Clean generated scripts before building
+
%build
%configure
-(cd scripts; make scripts)
+(cd scripts; make scripts-clean; make scripts)
make %{?_smp_flags}
%install