summaryrefslogtreecommitdiffstats
path: root/src/debug
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/debug
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/debug')
-rw-r--r--src/debug/makefile.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/debug/makefile.in b/src/debug/makefile.in
index 89533f16d..542f3a999 100644
--- a/src/debug/makefile.in
+++ b/src/debug/makefile.in
@@ -2,16 +2,16 @@
@SET_MAKE@
+OBJEXT = @OBJEXT@
+
# Explicit so that it's the default rule.
all:
cd .. && $(MAKE) debug/all
-clean %.a %.o:
+clean %.a %.$(OBJEXT):
cd .. && $(MAKE) debug/$@
.PHONY: all clean
-OBJEXT = @OBJEXT@
-
.SUFFIXES:
.SUFFIXES: .a .$(OBJEXT)