diff -Naur ladspa_sdk.orig/src/makefile ladspa_sdk/src/makefile --- ladspa_sdk.orig/src/makefile Mon Nov 12 12:41:50 2001 +++ ladspa_sdk/src/makefile Mon Nov 12 12:42:24 2001 @@ -52,12 +52,12 @@ @echo --------------------------------------------- @echo First listen to the white noise input signal: @echo --------------------------------------------- - play ../snd/noise.wav +# play ../snd/noise.wav @echo ------------------------- @echo Compare to plugin output. @echo ------------------------- @echo Should be a noise band around 6000Hz, repeated quietly after 1s. - play /tmp/test.wav +# play /tmp/test.wav install: targets -mkdirhier $(DESTDIR)$(INSTALL_PLUGINS_DIR) \