summaryrefslogtreecommitdiffstats
path: root/src/bind/makefile.in
diff options
context:
space:
mode:
authorMatthew Petroff <matthew@mpetroff.net>2013-07-30 01:54:37 +0000
committerMatthew Petroff <matthew@mpetroff.net>2013-07-30 01:54:37 +0000
commit3dab417176ed1ba5b1301acbd9a1c08e8c546c49 (patch)
tree83d01a0cc1356dd914b6690a5dbffd6e840e16af /src/bind/makefile.in
parentUpdate unit extraction regular expressions. (diff)
parentRemove unnecessary variable from the GMarkup-based unit parser (diff)
downloadinkscape-3dab417176ed1ba5b1301acbd9a1c08e8c546c49.tar.gz
inkscape-3dab417176ed1ba5b1301acbd9a1c08e8c546c49.zip
Merge from trunk.
(bzr r12380.1.51)
Diffstat (limited to 'src/bind/makefile.in')
-rw-r--r--src/bind/makefile.in17
1 files changed, 0 insertions, 17 deletions
diff --git a/src/bind/makefile.in b/src/bind/makefile.in
deleted file mode 100644
index 90ed85bb4..000000000
--- a/src/bind/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) bind/all
-
-clean %.a %.$(OBJEXT):
- cd .. && $(MAKE) bind/$@
-
-.PHONY: all clean
-
-.SUFFIXES:
-.SUFFIXES: .a .$(OBJEXT)