Code

add spellcheck page, copyedit on other pages
[inkscape.git] / src / ui / makefile.in
index 11422bd6e35b72266e170b02ab627d9e14546edc..f8a4075927be219a46e6b358bd10fbca7580c3f9 100644 (file)
@@ -2,16 +2,16 @@
 
 @SET_MAKE@
 
+OBJEXT = @OBJEXT@
+
 # Explicit so that it's the default rule.
 all:
        cd .. && $(MAKE) ui/all
 
-clean %.a %.o:
+clean %.a %.$(OBJEXT):
        cd .. && $(MAKE) ui/$@
 
 .PHONY: all clean
 
-OBJEXT = @OBJEXT@
-
 .SUFFIXES:
 .SUFFIXES: .a .$(OBJEXT)