summaryrefslogtreecommitdiffstats
path: root/src/dom
diff options
context:
space:
mode:
authorPeter Moulder <peter.moulder@monash.edu>2007-09-12 05:33:02 +0000
committerpjrm <pjrm@users.sourceforge.net>2007-09-12 05:33:02 +0000
commitc5ba611c51002e66793a8e6bec15d24f70929686 (patch)
treee2cb4cd0b5c81b1028ff6c28fac17b46c47fb4c2 /src/dom
parent(PrintPS::begin): Change isspace to g_ascii_isspace. (diff)
downloadinkscape-c5ba611c51002e66793a8e6bec15d24f70929686.tar.gz
inkscape-c5ba611c51002e66793a8e6bec15d24f70929686.zip
**/makefile.in: svn propset svn:eol-style native. Provide rule for %.$(OBJEXT) instead of %.o.
(bzr r3726)
Diffstat (limited to 'src/dom')
-rw-r--r--src/dom/makefile.in34
1 files changed, 17 insertions, 17 deletions
diff --git a/src/dom/makefile.in b/src/dom/makefile.in
index 857ab7c66..b505975a6 100644
--- a/src/dom/makefile.in
+++ b/src/dom/makefile.in
@@ -1,17 +1,17 @@
-# Convenience stub makefile to call the real Makefile.
-
-@SET_MAKE@
-
-# Explicit so that it's the default rule.
-all:
- cd .. && $(MAKE) dom/all
-
-clean %.a %.o:
- cd .. && $(MAKE) dom/$@
-
-.PHONY: all clean
-
-OBJEXT = @OBJEXT@
-
-.SUFFIXES:
-.SUFFIXES: .a .$(OBJEXT)
+# Convenience stub makefile to call the real Makefile.
+
+@SET_MAKE@
+
+OBJEXT = @OBJEXT@
+
+# Explicit so that it's the default rule.
+all:
+ cd .. && $(MAKE) dom/all
+
+clean %.a %.$(OBJEXT):
+ cd .. && $(MAKE) dom/$@
+
+.PHONY: all clean
+
+.SUFFIXES:
+.SUFFIXES: .a .$(OBJEXT)