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:
Björn Groenvall
1997-12-08 14:26:49 +00:00
parent 0f1a1f13a1
commit 55961a7458

View File

@@ -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"; \