Quellcode durchsuchen

nothreads unit depends on objpas because of objfpc mode

Pierre Muller vor 1 Jahr
Ursprung
Commit
96b3462a5f
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  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)