Code

Use cursor-tweak-move.xpm for all object modes and cursor-color.xpm
[inkscape.git] / src / io / makefile.in
index 61ee7437fa1e40f6668cefac2c14662e53ae6f4c..74148f11a0cc41a513f8d71733a27595991f3bc3 100644 (file)
@@ -2,16 +2,16 @@
 
 @SET_MAKE@
 
+OBJEXT = @OBJEXT@
+
 # Explicit so that it's the default rule.
 all:
        cd .. && $(MAKE) io/all
 
-clean %.a %.o:
+clean %.a %.$(OBJEXT):
        cd .. && $(MAKE) io/$@
 
 .PHONY: all clean
 
-OBJEXT = @OBJEXT@
-
 .SUFFIXES:
 .SUFFIXES: .a .$(OBJEXT)