Fix typos which can prevent parallel build from working.
Reported by: miwi Feature safe: yes
This commit is contained in:
parent
bfe1e0731d
commit
9b01d9a284
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=316004
1 changed files with 17 additions and 0 deletions
17
print/ghostscript8/files/patch-base-lib.mak
Normal file
17
print/ghostscript8/files/patch-base-lib.mak
Normal file
|
@ -0,0 +1,17 @@
|
|||
--- base/lib.mak.orig 2013-04-18 04:24:52.000000000 +0900
|
||||
+++ base/lib.mak 2013-04-18 04:25:13.000000000 +0900
|
||||
@@ -2684,12 +2684,12 @@
|
||||
# This is used to access compressed, compiled-in support files
|
||||
gsiorom_h=$(GLSRC)gsiorom.h
|
||||
romfs_=$(GLOBJ)gsiorom.$(OBJ)
|
||||
-$(GLD)romfs1.dev : $(LIB_MAK) $(ECHO_XE) $(romfs_)
|
||||
+$(GLD)romfs1.dev : $(LIB_MAK) $(ECHOGS_XE) $(romfs_)
|
||||
$(SETMOD) $(GLD)romfs1 $(romfs_)
|
||||
$(ADDMOD) $(GLD)romfs1 -iodev rom
|
||||
|
||||
# A dummy romfs when we aren't using COMPILE_INITS
|
||||
-$(GLD)romfs0.dev : $(LIB_MAK) $(ECHO_XE)
|
||||
+$(GLD)romfs0.dev : $(LIB_MAK) $(ECHOGS_XE)
|
||||
$(SETMOD) $(GLD)romfs0
|
||||
|
||||
$(GLGEN)gsromfs1.c : $(MKROMFS_XE) $(PS_ROMFS_DEPS)
|
Loading…
Reference in a new issue