summaryrefslogtreecommitdiffstats
path: root/src/libavoid/makefile
diff options
context:
space:
mode:
authorroot <root@jtx.marker.es>2013-04-10 04:08:17 +0000
committerroot <root@jtx.marker.es>2013-04-10 04:08:17 +0000
commitd2e58f51d29c5da3f82d29883c0a07ce9573f8ca (patch)
tree63dad4fd558b1e4a8958d9ca0ec561cc507678b6 /src/libavoid/makefile
parentmerge from trunk (diff)
downloadinkscape-d2e58f51d29c5da3f82d29883c0a07ce9573f8ca.tar.gz
inkscape-d2e58f51d29c5da3f82d29883c0a07ce9573f8ca.zip
fixing error moving selected nodes
(bzr r11950.1.86)
Diffstat (limited to 'src/libavoid/makefile')
-rw-r--r--src/libavoid/makefile17
1 files changed, 0 insertions, 17 deletions
diff --git a/src/libavoid/makefile b/src/libavoid/makefile
deleted file mode 100644
index e4f83a52d..000000000
--- a/src/libavoid/makefile
+++ /dev/null
@@ -1,17 +0,0 @@
-# Convenience stub makefile to call the real Makefile.
-
-
-
-OBJEXT = o
-
-# Explicit so that it's the default rule.
-all:
- cd .. && $(MAKE) libavoid/all
-
-clean %.a %.$(OBJEXT):
- cd .. && $(MAKE) libavoid/$@
-
-.PHONY: all clean
-
-.SUFFIXES:
-.SUFFIXES: .a .$(OBJEXT)