diff --git a/bin/Makefile.am b/bin/Makefile.am index c6ad2d7e0a..8f14a43d91 100644 --- a/bin/Makefile.am +++ b/bin/Makefile.am @@ -116,7 +116,7 @@ endif ../modules/plugins.dat: vlc-cache-gen$(EXEEXT) $(AM_V_at)rm -f ../modules/plugins.dat $(AM_V_GEN)if test "$(build)" = "$(host)"; then \ - ./vlc-cache-gen$(EXEEXT) ../modules ; \ + ./vlc-cache-gen$(EXEEXT) `realpath ../modules` ; \ else \ echo "Cross-compilation: cache generation skipped!" ; \ fi