Fix makefile for parallel make.
More race conditions remain git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@4165 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -160,7 +160,7 @@ make-roken: make-roken.o
|
||||
make-roken.c: roken.h.in roken.awk
|
||||
$(AWK) -f $(srcdir)/roken.awk $(srcdir)/roken.h.in > make-roken.c
|
||||
|
||||
install-roken-h:
|
||||
install-roken-h: roken.h
|
||||
@if [ -f ../../include/roken.h ] && cmp -s ../../include/roken.h roken.h ; \
|
||||
then :; else \
|
||||
echo " $(INSTALL) roken.h ../../include/roken.h"; \
|
||||
|
Reference in New Issue
Block a user