summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in9
1 files changed, 0 insertions, 9 deletions
diff --git a/Makefile.in b/Makefile.in
deleted file mode 100644
index 89a250cf57..0000000000
--- a/Makefile.in
+++ /dev/null
@@ -1,9 +0,0 @@
-srcdir = @srcdir@
-VPATH = @srcdir@
-
-CMAKE_CONFIG_DIR = @CMAKE_CONFIG_DIR@
-
-all:
- cd Source; ${MAKE}
-
-