From 36cef40b53b5ec5d6a679b41dfb08df35e50647e Mon Sep 17 00:00:00 2001 From: David Robillard Date: Mon, 27 Oct 2008 19:02:57 +0000 Subject: Suppress user complaints :) git-svn-id: http://svn.drobilla.net/lad/trunk/mda-lv2@1697 a436a847-0d15-0410-975c-d299462d15a1 --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 69d9f94..c9f6eff 100644 --- a/Makefile +++ b/Makefile @@ -71,6 +71,7 @@ gui_libs: bundle pixmaps \ data: libs gui_libs lvz/gendata cd ./mda.lv2 && ../lvz/gendata ./*.so > manifest.ttl + @echo "*** Ignore the above non-error about loading images! ***" install: if [ "x$(INSTALL_DIR)" = "x" ]; then \ -- cgit v1.2.1