We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7261b1c commit 7116b98Copy full SHA for 7116b98
tools/build/Makefile.in
@@ -468,8 +468,8 @@ $(PMC_DIR)/pmc_serializationcontext.h: $(PMC_DIR)/serializationcontext.c
468
$(PMC_DIR)/$(GROUP).c: $(PMC_OBJECTS)
469
$(PMC2C) --no-lines --library $(PMC_DIR)/$(GROUP) --c $(PMC_SOURCES)
470
471
-$(DYNPMC): $(PMC_OBJECTS) src/pmc/$(GROUP)$(O)
472
- $(LD) @ld_out@$(DYNPMC) src/pmc/$(GROUP)$(O) $(PMC_OBJECTS) $(LINKARGS)
+$(PMC_DIR)/$(DYNPMC): $(PMC_OBJECTS) $(PMC_DIR)/$(GROUP)$(O)
+ $(LD) @ld_out@$(PMC_DIR)/$(DYNPMC) $(PMC_DIR)/$(GROUP)$(O) $(PMC_OBJECTS) $(LINKARGS)
473
474
475
0 commit comments