summaryrefslogtreecommitdiffstats
path: root/Makefile.cvs
diff options
context:
space:
mode:
authorZack Rusin <zack@kde.org>2003-11-23 08:07:04 +0000
committerZack Rusin <zack@kde.org>2003-11-23 08:07:04 +0000
commit3b70a356575a220ba87cf7b7c8eaf7b9fa0ade39 (patch)
tree1a8d542b53e5fe77b23298624cbc1c57d24b4adc /Makefile.cvs
parentcc4d55177ee0de7093d2dfd51bac4ce96b536edd (diff)
Match kde schematics
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