summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc Espie <espie@cvs.openbsd.org>2007-12-01 15:40:37 +0000
committerMarc Espie <espie@cvs.openbsd.org>2007-12-01 15:40:37 +0000
commitbe485378ffb2c8a6e8098a8fed737a7d5b2ae364 (patch)
tree20ae41b36b68c552f8ce1ab9ad09471365ffd27b
parentcd0a65d94bb16b3c1c272ad67c7f60e30696ba5c (diff)
fix makefile races.
okay millert@
-rw-r--r--gnu/usr.bin/lynx/src/makefile.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/usr.bin/lynx/src/makefile.in b/gnu/usr.bin/lynx/src/makefile.in
index f96df3a2e0f..00c3d369d0d 100644
--- a/gnu/usr.bin/lynx/src/makefile.in
+++ b/gnu/usr.bin/lynx/src/makefile.in
@@ -173,14 +173,14 @@ TABLES= \
$(CHRTR)utf8_uni.h \
$(CHRTR)viscii_uni.h
-$(TABLES):
+$(TABLES): do_chartrans_stuff
-cd chrtrans && $(MAKE) tables
UCdomap$o : UCdomap.c chrtrans/UCkd.h chrtrans/makeuctb$x chrtrans/makeuctb.c \
UCdomap.h $(CMN)UCMap.h $(TABLES) $(top_srcdir)/userdefs.h
-chrtrans/makeuctb$x:
- cd chrtrans; make makeuctb$x
+chrtrans/makeuctb$x: do_chartrans_stuff
+ -cd chrtrans && ${MAKE} makeuctb$x
UCAux$o : UCAux.c $(CMN)UCAux.h $(CMN)UCDefs.h
LYCookie$o : $(top_srcdir)/userdefs.h