From: David Given Date: Tue, 14 May 2013 13:55:29 +0000 (+0100) Subject: Add missing dependency. X-Git-Tag: release-6-0-pre-5~28^2~9 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=a68b117e9674817c116745b449f6845a3ab07072;p=ack.git Add missing dependency. --HG-- branch : dtrg-buildsystem --- diff --git a/mach/proto/ncg/build.mk b/mach/proto/ncg/build.mk index d37c623d4..4494a8905 100644 --- a/mach/proto/ncg/build.mk +++ b/mach/proto/ncg/build.mk @@ -34,6 +34,8 @@ $(OBJDIR)/$D/tables.h: $(NCGG) $(CPPANSI) mach/$(ARCH)/ncg/table $(call cfile, $(OBJDIR)/$D/tables.c) +$(eval $q: $(INCDIR)/flt_arith.h) + $(call file, $(LIBEM_DATA)) $(call file, $(LIBFLT_ARITH))