mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-28 13:11:06 +02:00
* Classes moved from Unix to FreeBSD by somebody else?
This commit is contained in:
parent
c69125dff4
commit
ba5d436620
@ -1,5 +1,5 @@
|
||||
#
|
||||
# Makefile generated by fpcmake v1.00 [2000/10/27]
|
||||
# Makefile generated by fpcmake v1.00 [2000/11/08]
|
||||
#
|
||||
|
||||
defaultrule: all
|
||||
@ -109,7 +109,7 @@ ifndef FPC_VERSION
|
||||
FPC_VERSION:=$(shell $(FPC) -iV)
|
||||
endif
|
||||
|
||||
export FPC OS_TARGET OS_SOURCE CPU_TARGET CPU_SOURCE FPC_VERSION
|
||||
export FPC OS_TARGET OS_SOURCE CPU_TARGET CPU_SOURCE FPC_VERSION FPCOPT
|
||||
|
||||
#####################################################################
|
||||
# Pre Settings
|
||||
@ -1531,7 +1531,7 @@ endif
|
||||
# Users rules
|
||||
#####################################################################
|
||||
|
||||
classes$(PPUEXT): $(addprefix $(INC)/,$(INCNAMES)) $(UNIXINC)/classes$(PASEXT)
|
||||
classes$(PPUEXT): $(addprefix $(INC)/,$(INCNAMES)) classes$(PASEXT)
|
||||
|
||||
inifiles$(PPUEXT): classes$(PPUEXT) $(INC)/inifiles$(PASEXT)
|
||||
|
||||
|
||||
@ -39,7 +39,7 @@ include $(INC)/Makefile.inc
|
||||
|
||||
|
||||
[rules]
|
||||
classes$(PPUEXT): $(addprefix $(INC)/,$(INCNAMES)) $(UNIXINC)/classes$(PASEXT)
|
||||
classes$(PPUEXT): $(addprefix $(INC)/,$(INCNAMES)) classes$(PASEXT)
|
||||
|
||||
inifiles$(PPUEXT): classes$(PPUEXT) $(INC)/inifiles$(PASEXT)
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user