Browse Source

nothreads unit depends on objpas because of objfpc mode

Pierre Muller 1 year ago
parent
commit
96b3462a5f
1 changed files with 1 additions and 1 deletions
  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)