summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorAlexander Barton <alex@barton.de>2003-05-03 16:29:57 +0000
committerAlexander Barton <alex@barton.de>2003-05-03 16:29:57 +0000
commit0424747e95fa4c54ca160b2b4db96b5d8cf45cce (patch)
tree1c54fc550ab914ce1eef16cc3ea8bea37c76b8d9 /src
parent8d5e170091d16f93ffbeafb4dae63f3b7f4fe24b (diff)
downloadngircd-0424747e95fa4c54ca160b2b4db96b5d8cf45cce.tar.gz
ngircd-0424747e95fa4c54ca160b2b4db96b5d8cf45cce.zip
Made Makefiles more compatible with "make -j<N>".
Diffstat (limited to 'src')
-rw-r--r--src/ngircd/Makefile.am6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/ngircd/Makefile.am b/src/ngircd/Makefile.am
index d3118d64..369b3006 100644
--- a/src/ngircd/Makefile.am
+++ b/src/ngircd/Makefile.am
@@ -8,7 +8,7 @@
 # (at your option) any later version.
 # Please read the file COPYING, README and AUTHORS for more information.
 #
-# $Id: Makefile.am,v 1.39 2003/03/31 19:01:02 alex Exp $
+# $Id: Makefile.am,v 1.40 2003/05/03 16:29:57 alex Exp $
 #
 
 AUTOMAKE_OPTIONS = ../portab/ansi2knr
@@ -61,7 +61,9 @@ lint:
 	 fi; \
 	done;
 
-ngircd.c: cvs-date cvs-version.h
+ngircd.c: cvs-version.h
+
+cvs-version.h: cvs-date
 
 cvs-date:
 	grep VERSION ../config.h | grep "CVS" \