Explorar el Código

nothreads unit depends on objpas because of objfpc mode

Pierre Muller hace 1 año
padre
commit
96b3462a5f
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      rtl/inc/Makefile.rtl

+ 1 - 1
rtl/inc/Makefile.rtl

@@ -1497,7 +1497,7 @@ UnixApi.CThreads$(PPUEXT) : $(NSINC)/UnixApi.CThreads.pp $(CTHREADS_DEPS)
 # Nothreads
 #
 
-NOTHREADS_DEPS=$(SYSTEMUNIT)$(PPUEXT)
+NOTHREADS_DEPS=$(SYSTEMUNIT)$(PPUEXT) $(OBJPASUNIT)$(PPUEXT)
 
 
 nothreads$(PPUEXT) : $(INC)/nothreads.pp $(NOTHREADS_DEPS)