Skip to content

Commit ec92450

Browse files
author
jantje
committed
make internal- and make builder make the same dependency files #1126
Expanding the dependency command in MakeRule int the make way makes the dependency files 100% compatible between the internal and make builder.
1 parent e56fe61 commit ec92450

File tree

1 file changed

+1
-0
lines changed
  • io.sloeber.autoBuild/src/io/sloeber/schema/internal

1 file changed

+1
-0
lines changed

io.sloeber.autoBuild/src/io/sloeber/schema/internal/Tool.java

+1
Original file line numberDiff line numberDiff line change
@@ -617,6 +617,7 @@ public String[] getRecipes(IAutoBuildConfigurationDescription autoBuildConfIn, S
617617
String depFlag = myModelDependencyGenerationFlag[SUPER];
618618
depFlag = depFlag.replace(makeVariable(myModelDependencyOutputPattern[SUPER]),
619619
depFile.getProjectRelativePath().toString());
620+
depFlag = depFlag.replace("$@", outputName); //$NON-NLS-1$
620621
flags.add(depFlag);
621622
}
622623
String flagsStr = String.join(WHITESPACE, flags);

0 commit comments

Comments
 (0)