فهرست منبع

nothreads unit depends on objpas because of objfpc mode

Pierre Muller 1 سال پیش
والد
کامیت
96b3462a5f
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  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)