|
@@ -2696,7 +2696,7 @@ cthreads$(PPUEXT) : $(CTHREADS_DEPS)
|
|
$(COMPILER) $(CTHREADS_OPT) $<
|
|
$(COMPILER) $(CTHREADS_OPT) $<
|
|
UnixApi.CThreads$(PPUEXT) : $(NSINC)/UnixApi.CThreads.pp $(CTHREADS_DEPS)
|
|
UnixApi.CThreads$(PPUEXT) : $(NSINC)/UnixApi.CThreads.pp $(CTHREADS_DEPS)
|
|
$(COMPILER) $(CTHREADS_OPT) $<
|
|
$(COMPILER) $(CTHREADS_OPT) $<
|
|
-NOTHREADS_DEPS=$(SYSTEMUNIT)$(PPUEXT)
|
|
|
|
|
|
+NOTHREADS_DEPS=$(SYSTEMUNIT)$(PPUEXT) $(OBJPASUNIT)$(PPUEXT)
|
|
nothreads$(PPUEXT) : $(INC)/nothreads.pp $(NOTHREADS_DEPS)
|
|
nothreads$(PPUEXT) : $(INC)/nothreads.pp $(NOTHREADS_DEPS)
|
|
$(COMPILER) $(NOTHREADS_OPT) $<
|
|
$(COMPILER) $(NOTHREADS_OPT) $<
|
|
System.NoThreads$(PPUEXT) : $(NSINC)/System.NoThreads.pp $(NOTHREADS_DEPS)
|
|
System.NoThreads$(PPUEXT) : $(NSINC)/System.NoThreads.pp $(NOTHREADS_DEPS)
|