X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/88ac883a0d005437c97a60d8195bd5e4719b1154..3883022093c42e3fb7b248ea2cb4bbd1e056a75b:/samples/Makefile.am diff --git a/samples/Makefile.am b/samples/Makefile.am index 6470d0556d..d119098a49 100644 --- a/samples/Makefile.am +++ b/samples/Makefile.am @@ -7,3 +7,18 @@ SUBDIRS = minimal \ @SAMPLES_SUBDIRS@ + +# do nothing during "make [un]install" in the samples subdirectory (can't +# override install because install-recursive is its dependency which is still +# built) +# +# this results in warnings from make about "overriding commands for garget +# install-recursive", but it's more than compensated by the time we gain by not +# entering/leaving all samples directories (but if somebody has a better +# solution it would be welcome!) +install-recursive: + @true + +uninstall-recursive: + @true +