Skip to content

Commit

Permalink
Fix Windows uninstall
Browse files Browse the repository at this point in the history
  • Loading branch information
vpinon committed Mar 15, 2019
1 parent 6ac737c commit bf50c21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/framework/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ uninstall:
else \
rm -f "$(DESTDIR)$(bindir)/$(TARGET)" ; \
rm -f "$(DESTDIR)$(bindir)/libmlt.dll" ; \
fi ;
fi ; \
rm -f "$(DESTDIR)$(libdir)/libmlt.def" ; \
fi
rm -rf "$(DESTDIR)$(prefix)/include/mlt/framework"
Expand Down

0 comments on commit bf50c21

Please sign in to comment.