summaryrefslogtreecommitdiff
path: root/auto/install
diff options
context:
space:
mode:
Diffstat (limited to 'auto/install')
-rw-r--r--auto/install25
1 files changed, 0 insertions, 25 deletions
diff --git a/auto/install b/auto/install
index b838b9b2c..57e3019cb 100644
--- a/auto/install
+++ b/auto/install
@@ -38,28 +38,3 @@ if [ ".$ERROR_LOG_PATH" != "." ]; then
END
fi
-
-
-if test ! -f Makefile; then
-
- cat << END > Makefile
-
-build:
- \$(MAKE) -f $OBJS/Makefile
-
-install:
- \$(MAKE) -f $OBJS/Makefile install
-
-clean:
- rm -rf Makefile $OBJS
-
-upgrade:
- $SBIN_PATH -t
- kill -USR2 \`cat $PID_PATH\`
- sleep 1
- test -f $PID_PATH.newbin
- kill -WINCH \`cat $PID_PATH\`
-
-END
-
-fi