mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-20 16:09:31 +02:00
* fixed dependencies for ctypes and dl
This commit is contained in:
parent
d5e09d73f9
commit
d508b01ceb
@ -1,5 +1,5 @@
|
||||
#
|
||||
# Don't edit, this file is generated by FPCMake Version 1.9.8 [2005/04/10]
|
||||
# Don't edit, this file is generated by FPCMake Version 1.9.8 [2005/02/20]
|
||||
#
|
||||
default: all
|
||||
MAKEFILETARGETS=powerpc-darwin
|
||||
@ -1472,7 +1472,7 @@ unix$(PPUEXT) : unixtype$(PPUEXT) baseunix$(PPUEXT) unixutil$(PPUEXT) strings$(P
|
||||
unxfunc.inc baseunix$(PPUEXT) $(SYSTEMUNIT)$(PPUEXT)
|
||||
unixutil$(PPUEXT) : $(SYSTEMUNIT)$(PPUEXT)
|
||||
dynlibs$(PPUEXT) : dl$(PPUEXT)
|
||||
ctypes$(PPUEXT) : $(SYSTEMUNIT)$(PPUEXT)
|
||||
ctypes$(PPUEXT) : $(SYSTEMUNIT)$(PPUEXT) unixtype$(PPUEXT)
|
||||
dos$(PPUEXT) : $(SYSTEMUNIT)$(PPUEXT) strings$(PPUEXT) unix$(PPUEXT) $(UNIXINC)/dos.pp $(INC)/filerec.inc $(INC)/textrec.inc strings$(PPUEXT) \
|
||||
unix$(PPUEXT) $(SYSTEMUNIT)$(PPUEXT)
|
||||
crt$(PPUEXT) : $(SYSTEMUNIT)$(PPUEXT) unix$(PPUEXT) termio$(PPUEXT) $(UNIXINC)/crt.pp $(INC)/textrec.inc unix$(PPUEXT) $(SYSTEMUNIT)$(PPUEXT)
|
||||
@ -1518,7 +1518,7 @@ charset$(PPUEXT) : $(INC)/charset.pp objpas$(PPUEXT)
|
||||
ucomplex$(PPUEXT) : $(INC)/ucomplex.pp math$(PPUEXT) $(SYSTEMUNIT)$(PPUEXT) math$(PPUEXT)
|
||||
termio$(PPUEXT) : baseunix$(PPUEXT)
|
||||
mouse$(PPUEXT) : baseunix$(PPUEXT) video$(PPUEXT)
|
||||
dl$(PPUEXT) : $(SYSTEMUNIT)$(PPUEXT)
|
||||
dl$(PPUEXT) : $(SYSTEMUNIT)$(PPUEXT) unixtype$(PPUEXT)
|
||||
sockets$(PPUEXT) : $(UNIXINC)/sockets.pp $(INC)/textrec.inc $(INC)/filerec.inc \
|
||||
unix$(PPUEXT) $(SYSTEMUNIT)$(PPUEXT) unixtype$(PPUEXT) baseunix$(PPUEXT) initc$(PPUEXT)
|
||||
errors$(PPUEXT) : $(UNIXINC)/errors.pp strings$(PPUEXT) $(SYSTEMUNIT)$(PPUEXT) strings$(PPUEXT)
|
||||
|
@ -141,7 +141,7 @@ unixutil$(PPUEXT) : $(SYSTEMUNIT)$(PPUEXT)
|
||||
|
||||
dynlibs$(PPUEXT) : dl$(PPUEXT)
|
||||
|
||||
ctypes$(PPUEXT) : $(SYSTEMUNIT)$(PPUEXT)
|
||||
ctypes$(PPUEXT) : $(SYSTEMUNIT)$(PPUEXT) unixtype$(PPUEXT)
|
||||
|
||||
|
||||
#
|
||||
@ -241,7 +241,7 @@ termio$(PPUEXT) : baseunix$(PPUEXT)
|
||||
|
||||
mouse$(PPUEXT) : baseunix$(PPUEXT) video$(PPUEXT)
|
||||
|
||||
dl$(PPUEXT) : $(SYSTEMUNIT)$(PPUEXT)
|
||||
dl$(PPUEXT) : $(SYSTEMUNIT)$(PPUEXT) unixtype$(PPUEXT)
|
||||
|
||||
sockets$(PPUEXT) : $(UNIXINC)/sockets.pp $(INC)/textrec.inc $(INC)/filerec.inc \
|
||||
unix$(PPUEXT) $(SYSTEMUNIT)$(PPUEXT) unixtype$(PPUEXT) baseunix$(PPUEXT) initc$(PPUEXT)
|
||||
|
Loading…
Reference in New Issue
Block a user