summaryrefslogtreecommitdiffstats
path: root/Makefile.cvs
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.cvs')
-rw-r--r--Makefile.cvs8
1 files changed, 5 insertions, 3 deletions
diff --git a/Makefile.cvs b/Makefile.cvs
index fb06305b..d44e5654 100644
--- a/Makefile.cvs
+++ b/Makefile.cvs
@@ -1,6 +1,8 @@
## -*- makefile -*-
-all: configure
-
-configure: configure.in autogen.sh
+configure:
./autogen.sh --no-configure
+
+.SILENT:
+
+.PHONY: configure