mirror of
https://github.com/osmarks/ngircd.git
synced 2024-12-15 19:30:26 +00:00
Made Makefile compatible with parallel builds (make -j). [from HEAD]
This commit is contained in:
parent
d72b14b9c8
commit
c3c4f32145
@ -8,7 +8,7 @@
|
|||||||
# (at your option) any later version.
|
# (at your option) any later version.
|
||||||
# Please read the file COPYING, README and AUTHORS for more information.
|
# 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
|
AUTOMAKE_OPTIONS = ../portab/ansi2knr
|
||||||
@ -61,7 +61,9 @@ lint:
|
|||||||
fi; \
|
fi; \
|
||||||
done;
|
done;
|
||||||
|
|
||||||
ngircd.c: cvs-date cvs-version.h
|
ngircd.c: cvs-version.h
|
||||||
|
|
||||||
|
cvs-version.h: cvs-date
|
||||||
|
|
||||||
cvs-date:
|
cvs-date:
|
||||||
grep VERSION ../config.h | grep "CVS" \
|
grep VERSION ../config.h | grep "CVS" \
|
||||||
|
Loading…
Reference in New Issue
Block a user