bug-ghostscript
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH 05/21] base/lib.mak: Fix broken build dependency


From: John Darrington
Subject: [PATCH 05/21] base/lib.mak: Fix broken build dependency
Date: Sun, 12 Jan 2014 12:00:18 +0100

* base/lib.mak (LIB1s): add dependency gdevppla
---
 base/lib.mak |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/base/lib.mak b/base/lib.mak
index de11d5f..e0f1114 100644
--- a/base/lib.mak
+++ b/base/lib.mak
@@ -1225,7 +1225,7 @@ $(GLOBJ)gxdownscale.$(OBJ) : $(GLSRC)gxdownscale.c $(AK) \
 ###### Create a pseudo-"feature" for the entire graphics library.
 
 LIB0s=$(GLOBJ)gpmisc.$(OBJ) $(GLOBJ)stream.$(OBJ) $(GLOBJ)strmio.$(OBJ)
-LIB1s=$(GLOBJ)gsalloc.$(OBJ) $(GLOBJ)gsalpha.$(OBJ) $(GLOBJ)gxdownscale.$(OBJ) 
$(downscale_) $(GLOBJ)gdevprn.$(OBJ)
+LIB1s=$(GLOBJ)gsalloc.$(OBJ) $(GLOBJ)gsalpha.$(OBJ) $(GLOBJ)gxdownscale.$(OBJ) 
$(downscale_) $(GLOBJ)gdevprn.$(OBJ) $(GLOBJ)gdevppla.$(OBJ)
 LIB2s=$(GLOBJ)gsbitcom.$(OBJ) $(GLOBJ)gsbitops.$(OBJ) $(GLOBJ)gsbittab.$(OBJ)
 # Note: gschar.c is no longer required for a standard build;
 # we include it only for backward compatibility for library clients.
-- 
1.7.10.4




reply via email to

[Prev in Thread] Current Thread [Next in Thread]