File 01-makefile-clean-fix.patch of Package pagetools

Description: Fix of make clean target, as it leaves .d files inside directories
Author: VĂ­ctor Cuadrado Juan <me@viccuad.me>
Upstream: dead

--- Makefile
+++ Makefile
@@ -44,7 +44,7 @@
 
 
 clean:
-	rm -rf */*.o core *.d $(PTLIB) pbm_findskew/pbm_findskew tiff_findskew/tiff_findskew
+	rm -rf */*.o core *.d */*.d $(PTLIB) pbm_findskew/pbm_findskew tiff_findskew/tiff_findskew
 
 -include *.d
 
openSUSE Build Service is sponsored by