aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile.cvs4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile.cvs b/Makefile.cvs
index 8888b7f..6b64c1f 100644
--- a/Makefile.cvs
+++ b/Makefile.cvs
@@ -11,6 +11,10 @@ build: devel
./configure --prefix=/usr --mandir=/usr/share/man --enable-debug --enable-kde
make
+buildnox: devel
+ ./configure --prefix=/usr --mandir=/usr/share/man --enable-debug
+ make
+
devel: $(GETTEXT) $(LIBTOOLFILES) $(AUTOMAKEFILES)
autoconf
touch include/stamp-h.in