summaryrefslogtreecommitdiffstats
path: root/src/debug
diff options
context:
space:
mode:
authorMarc Jeanmougin <marc@jeanmougin.fr>2017-10-20 18:45:52 +0000
committerMarc Jeanmougin <marc@jeanmougin.fr>2017-10-20 18:45:52 +0000
commit10af9131e03df0227458285b59ed1425d15b52b5 (patch)
tree835b89f653c157ba1f176e7b02aabeb0498d49f2 /src/debug
parentRemoved author on request (diff)
parentDrop obsolete wrapper around Glib::file_open_tmp (diff)
downloadinkscape-10af9131e03df0227458285b59ed1425d15b52b5.tar.gz
inkscape-10af9131e03df0227458285b59ed1425d15b52b5.zip
Merge branch 'cleanups' of gitlab.com:stfacc/inkscape
Diffstat (limited to 'src/debug')
-rw-r--r--src/debug/makefile.in17
1 files changed, 0 insertions, 17 deletions
diff --git a/src/debug/makefile.in b/src/debug/makefile.in
deleted file mode 100644
index 542f3a999..000000000
--- a/src/debug/makefile.in
+++ /dev/null
@@ -1,17 +0,0 @@
-# Convenience stub makefile to call the real Makefile.
-
-@SET_MAKE@
-
-OBJEXT = @OBJEXT@
-
-# Explicit so that it's the default rule.
-all:
- cd .. && $(MAKE) debug/all
-
-clean %.a %.$(OBJEXT):
- cd .. && $(MAKE) debug/$@
-
-.PHONY: all clean
-
-.SUFFIXES:
-.SUFFIXES: .a .$(OBJEXT)