Bug 657

Summary: Bug in imagemagick-clean target
Product: buildroot Reporter: Frederik Pasch <fpasch>
Component: OtherAssignee: unassigned
Status: RESOLVED FIXED    
Severity: trivial CC: buildroot
Priority: P5    
Version: unspecified   
Target Milestone: ---   
Hardware: PC   
OS: Linux   
Host: - Target: -
Build: -
Attachments: imagemagick-target-clean.patch

Description Frederik Pasch 2009-10-13 11:33:21 UTC
imagemagick-clean target currently tries to remove $(TARGET_DIR) as there is no IMAGEMAGICK_BINARY anymore.

Attached patch solves this issue...

Simon Pasch
Comment 1 Frederik Pasch 2009-10-13 11:36:21 UTC
Created attachment 695 [details]
imagemagick-target-clean.patch
Comment 2 Peter Korsgaard 2009-10-13 12:24:10 UTC
Thanks, committed!