diff --git a/Makefile.in b/Makefile.in index aa0e967b0..2b00a605c 100644 --- a/Makefile.in +++ b/Makefile.in @@ -643,7 +643,9 @@ $(GUI_BUNDLE): $(BUNDLE) $(GUI_BUNDLE_DEP) bundle: $(BUNDLE) gui-bundle: $(GUI_BUNDLE) -osx-gui-dmg: $(GUI_BUNDLE) +## @todo Add correct dependencies (using $(GUI_BUNDLE)/Contents/libs causes +## uv-qt rebuild which breaks fixed links by macdeployqt) +osx-gui-dmg: [ ! -f UltraGrid.dmg ] || rm UltraGrid.dmg hdiutil create -fs HFS+ -volname ULTRAGRID -srcdir $(GUI_BUNDLE) -format UDZO -imagekey zlib-level=9 -o UltraGrid.dmg