Code

Move around files to remove some vanity directories.
[inkscape.git] / src / traits / makefile.in
diff --git a/src/traits/makefile.in b/src/traits/makefile.in
deleted file mode 100644 (file)
index c0f07d4..0000000
+++ /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) traits/all
-
-clean %.a %.$(OBJEXT):
-       cd .. && $(MAKE) traits/$@
-
-.PHONY: all clean
-
-.SUFFIXES:
-.SUFFIXES: .a .$(OBJEXT)