[gs-commits] ghostpdl branch, master, updated. jbig2dec-0.14-1740-g5573498
[email protected] (Robin Watts) Tue, 22 Oct 2019 16:14:07 +0000 (UTC)
| Newsgroups | gmane.comp.printing.ghostscript.cvs |
|---|---|
| Message-ID | <[email protected]> |
The ghostpdl branch, master has been updated
via 5573498b2d9abe918794d377729edeab6b28e1fb (commit)
from a7fe4b47d438c78af0fc03adf030d465cfe0ba4f (commit)
----------------------------------------------------------------------
commit 5573498b2d9abe918794d377729edeab6b28e1fb
Author: Robin Watts <[email protected]>
Date: Fri Oct 11 10:20:04 2019 +0100
Add arch.h dependency for CAL.
diff --git a/base/cal.mak b/base/cal.mak
index 3ab8e8d..c1a7b8c 100644
--- a/base/cal.mak
+++ b/base/cal.mak
@@ -64,6 +64,7 @@ cal_OBJS = \
cal_HDRS = \
$(CAL_SRC)cal.h \
$(CAL_SRC)cal-impl.h \
+ $(arch_h)
# external link .dev - empty, as we add the lib to LDFLAGS
#$(GLOBJ)cal.dev : $(CAL_MAK) $(ECHOGS_XE) \
Summary of changes:
base/cal.mak | 1 +
1 file changed, 1 insertion(+)