diff --git a/Makefile.in b/Makefile.in index ea821ee05..ca749dada 100644 --- a/Makefile.in +++ b/Makefile.in @@ -472,7 +472,7 @@ bundle-nolib: all cp $(TARGET) $(BUNDLE)/Contents/MacOS/ cp $(REFLECTOR_TARGET) $(BUNDLE)/Contents/MacOS/ cp -r data/MacOS-bundle-template/* $(BUNDLE)/ - make -C hd-rum-multi; cp hd-rum-multi/hd-rum bin + make -C hd-rum-multi; cp hd-rum-multi/hd-rum $(BUNDLE)/Contents/MacOS/ bundle: bundle-nolib @if `which dylibbundler`; then \