Skip to content

Commit

Permalink
mpg123: ensure genre.o is re-built on reconfigure (avoid errors on ar…
Browse files Browse the repository at this point in the history
…ch switching)

git-svn-id: svn://scm.orgis.org/mpg123/trunk@5413 35dc7657-300d-0410-a2e5-dc2837fedb53
  • Loading branch information
thor committed Apr 2, 2024
1 parent 122d157 commit b60331c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/genre.c
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@
initially written by Shane Wegner
*/

// Just to trigger recompilation on reconfigure (with differing --host).
#include "config.h"

char *genre_table[] =
{
"Blues",
Expand Down

0 comments on commit b60331c

Please sign in to comment.