From 1907463a7e876d0aec1d2a87839ec8b9b30d64d2 Mon Sep 17 00:00:00 2001 From: Ozkan Sezer Date: Tue, 3 Aug 2021 18:04:50 +0300 Subject: [PATCH] regenerate configure --- configure | 1 + 1 file changed, 1 insertion(+) diff --git a/configure b/configure index 98aa63309..6bcd479db 100755 --- a/configure +++ b/configure @@ -25988,6 +25988,7 @@ if test x$video_wayland = xyes; then printf '%s\n' " \\$(RUN_CMD_GEN)\\$(WAYLAND_SCANNER) \\$(WAYLAND_SCANNER_CODE_MODE) \\$< \\$@" ;\ echo ;\ printf '%s\n' "\\$(objects)/\$p-protocol.lo: \\$(gen)/\$p-protocol.c \\$(gen)/\$p-client-protocol.h" ;\ + printf '%s\n' " @\\$(SHELL) \\$(auxdir)/mkinstalldirs \\$(objects)" ;\ printf '%s\n' " \\$(RUN_CMD_CC)\\$(LIBTOOL) --tag=CC --mode=compile \\$(CC) \\$(CFLAGS) \\$(EXTRA_CFLAGS) $DEPENDENCY_TRACKING_OPTIONS -c \\$< -o \\$@" ;\ done ;\ echo ;\