]> arthur.barton.de Git - ngircd-alex.git/commitdiff
Made Makefile compatible with parallel builds (make -j). [from HEAD]
authorAlexander Barton <alex@barton.de>
Fri, 18 Jul 2003 20:49:05 +0000 (20:49 +0000)
committerAlexander Barton <alex@barton.de>
Fri, 18 Jul 2003 20:49:05 +0000 (20:49 +0000)
src/ngircd/Makefile.am

index d3118d649b01ca6cb901ed9bb964c10ba59b6ed4..a0aa3e0f1a7f81c955d00e97f148f5caa72d89f9 100644 (file)
@@ -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.39.2.1 2003/07/18 20:49:05 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" \