altos: product defines are always in ao_product.h
authorKeith Packard <keithp@keithp.com>
Thu, 7 Jul 2011 00:49:01 +0000 (17:49 -0700)
committerKeith Packard <keithp@keithp.com>
Thu, 7 Jul 2011 00:49:01 +0000 (17:49 -0700)
When all products were built in a single directory, each one had a
separate version of ao_product.h. Now that they all reside in
sub-directories, each directory has its own ao_product.h

This change is needed so that other modules in the system can use the
product defines; otherwise, ao_product.h was not built at the right time.

Signed-off-by: Keith Packard <keithp@keithp.com>

No differences found