summaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in17
1 files changed, 0 insertions, 17 deletions
diff --git a/Makefile.in b/Makefile.in
deleted file mode 100644
index be50d1d4034d..000000000000
--- a/Makefile.in
+++ /dev/null
@@ -1,17 +0,0 @@
-# just dumb wrapper; make install comes later
-
-SHELL=/bin/sh
-
-all:
- . ./*Env.Set.sh && \
- ./bootstrap && \
- cd instsetoo_native && ../solenv/bin/build.pl --all
-
-distclean:
- . ./*Env.Set.sh && \
- dmake distclean
-
-clean:
- . ./*Env.Set.sh && \
- dmake clean
-