File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -468,7 +468,7 @@ $(PMC_DIR)/pmc_serializationcontext.h: $(PMC_DIR)/serializationcontext.c
468
468
$(PMC_DIR ) /$(GROUP ) .c : $(PMC_OBJECTS )
469
469
$(PMC2C ) --no-lines --library $(PMC_DIR ) /$(GROUP ) --c $(PMC_SOURCES )
470
470
471
- $(DYNPMC ) : $(PMC_OBJECTS ) src/pmc/$(GROUP ) .o
471
+ $(DYNPMC ) : $(PMC_OBJECTS ) src/pmc/$(GROUP )$( O )
472
472
$(LD ) @ld_out@$(DYNPMC ) src/pmc/$(GROUP )$(O ) $(PMC_OBJECTS ) $(LINKARGS )
473
473
474
474
@@ -483,7 +483,7 @@ $(OPS_DIR)/$(OPS).c: $(OPS_DIR)/$(OPS_SOURCE)
483
483
484
484
$(OPS_DIR ) /$(OPS )$(O ) : $(OPS_DIR ) /$(OPS ) .c $(PMC_DIR ) /pmc_dispatchersub.h $(PMC_DIR ) /pmc_nqplexinfo.h
485
485
486
- $(OPS_DIR ) /$(OPS )$(LOAD_EXT ) : $(OPS_DIR ) /$(OPS ) .o $(METAMODEL_OBJS ) 3rdparty/sha1/sha1$(O )
486
+ $(OPS_DIR ) /$(OPS )$(LOAD_EXT ) : $(OPS_DIR ) /$(OPS )$( O ) $(METAMODEL_OBJS ) 3rdparty/sha1/sha1$(O )
487
487
$(LD ) @ld_out@$(OPS_DIR ) /$(OPS )$(LOAD_EXT ) $(OPS_DIR ) /$(OPS )$(O ) $(METAMODEL_OBJS ) 3rdparty/sha1/sha1$(O ) $(LINKARGS )
488
488
489
489
You can’t perform that action at this time.
0 commit comments