mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-04-18 08:30:37 +02:00
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.
This commit is contained in:
parent
f968f4ace9
commit
9d568450b1
1 changed files with 1 additions and 1 deletions
|
|
@ -2144,7 +2144,7 @@ AC_SUBST([libdir])
|
|||
AC_SUBST([exec_prefix])
|
||||
AC_SUBST([prefix])
|
||||
|
||||
AC_CONFIG_COMMANDS([sdksyms], [touch hw/xfree86/loader/sdksyms.dep])
|
||||
AC_CONFIG_COMMANDS([sdksyms], [touch hw/xfree86/sdksyms.dep])
|
||||
|
||||
AC_OUTPUT([
|
||||
Makefile
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue