mirror of
https://github.com/alsa-project/alsa-utils
synced 2024-11-09 17:15:43 +01:00
fix handling of po/Makefile.in
gettextize 0.14.1 adds po/Makefile.in to the first line of AC_OUPUT. The duplicate in the next line then upsets autoheader. This patch removes the potentially duplicate "po/Makefile.in" so that it's safe for gettextize to add it again.
This commit is contained in:
parent
895352ba31
commit
83b58028a6
1 changed files with 1 additions and 1 deletions
|
@ -84,7 +84,7 @@ AC_PROG_GCC_TRADITIONAL
|
|||
SAVE_UTIL_VERSION
|
||||
|
||||
AC_OUTPUT(Makefile alsactl/Makefile alsamixer/Makefile amidi/Makefile amixer/Makefile \
|
||||
m4/Makefile po/Makefile.in \
|
||||
m4/Makefile \
|
||||
alsaconf/alsaconf alsaconf/Makefile \
|
||||
alsaconf/po/Makefile \
|
||||
aplay/Makefile include/Makefile iecset/Makefile utils/Makefile \
|
||||
|
|
Loading…
Reference in a new issue