From 9ef4e942c33d6e2c756baf95b50873f4edc31912 Mon Sep 17 00:00:00 2001 From: "Leigh B. Stoller" <stoller@flux.utah.edu> Date: Wed, 15 Nov 2000 18:54:33 +0000 Subject: [PATCH] Get rid of bogus default install target. --- Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 805369db23..73808c3f91 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,11 @@ .PHONY: all lib/sql.so assign/assign -install: all +install: + @echo "Is Leigh going to yell at you for doing this?" + @echo "Did you remember to do a cvs update?" + +install-ifyoudare: all install -c assign/assign /usr/testbed/bin install -c db/avail /usr/testbed/bin -- GitLab