Create sdksyms.dep in the right place at configure time
authorKeith Packard <keithp@keithp.com>
Tue, 28 Jun 2011 16:33:25 +0000 (09:33 -0700)
committerKeith Packard <keithp@keithp.com>
Tue, 28 Jun 2011 16:33:25 +0000 (09:33 -0700)
commit9d568450b1319e9057319ebb37e76003bcba447d
treea2914a4da410ad8ef36947439e3c38f10e67c737
parentf968f4ace9410d827fb6b68c4e38ea9516641309
Create sdksyms.dep in the right place at configure time

sdksyms moved from hw/xfree86/loader to hw/xfree86, so the
configure-time create of sdksyms.dep needs to reflect that
change. Otherwise, make might be confused by a missing file and (more
importantly to me) hw/xfree86/loader/sdksyms.dep will be left around
after 'make clean' causing 'make distcheck' to fail.
configure.ac