X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ff684c98ad745a702579fb2e40418206c8103049..e57e26dd03d65ccb816d34b5254398b448e74018:/samples/Makefile.am?ds=sidebyside diff --git a/samples/Makefile.am b/samples/Makefile.am index 049d87056e..d119098a49 100644 --- a/samples/Makefile.am +++ b/samples/Makefile.am @@ -8,8 +8,17 @@ SUBDIRS = minimal \ @SAMPLES_SUBDIRS@ -# do nothing during "make install" in the samples subdirectory (can't override -# install because install-recursive is its dependency which is still built) +# 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 +