[gs-commits] ghostpdl branch, master, updated. jbig2dec-0.14-2029-gf25987c
[email protected] (Robin Watts) Thu, 12 Dec 2019 19:48:38 +0000 (UTC)
| Newsgroups | gmane.comp.printing.ghostscript.cvs |
|---|---|
| Message-ID | <[email protected]> |
The ghostpdl branch, master has been updated
via f25987c838ea9437b60f8b3b93f90e187013b641 (commit)
from 321cf6026a05e31140a87cc83a2653b048550df4 (commit)
----------------------------------------------------------------------
commit f25987c838ea9437b60f8b3b93f90e187013b641
Author: Robin Watts <[email protected]>
Date: Thu Dec 12 19:47:18 2019 +0000
Tweak CAL makefile to include new intrinsics headers in dependencies.
diff --git a/base/cal.mak b/base/cal.mak
index d38cb40..e8a2171 100644
--- a/base/cal.mak
+++ b/base/cal.mak
@@ -64,6 +64,9 @@ cal_OBJS = \
cal_HDRS = \
$(CAL_SRC)cal.h \
$(CAL_SRC)cal-impl.h \
+ $(CAL_SRC)cal-impl.h \
+ $(CAL_SRC)cal-immintrin.h \
+ $(CAL_SRC)cal-nmmintrin.h \
$(arch_h)
# external link .dev - empty, as we add the lib to LDFLAGS
Summary of changes:
base/cal.mak | 3 +++
1 file changed, 3 insertions(+)