Forgot to declare "RM" in some cases for the "dist" target
This commit is contained in:
parent
335c62deec
commit
0088809b6a
@ -229,7 +229,11 @@ static int _variables_executables(Configure * configure, FILE * fp)
|
|||||||
fprintf(fp, "%s", "RM\t= rm -f\n");
|
fprintf(fp, "%s", "RM\t= rm -f\n");
|
||||||
}
|
}
|
||||||
if(config_get(configure->config, "", "package"))
|
if(config_get(configure->config, "", "package"))
|
||||||
|
{
|
||||||
|
if(targets == NULL)
|
||||||
|
fprintf(fp, "%s", "RM\t= rm -f\n");
|
||||||
fprintf(fp, "%s", "LN\t= ln -sf\nTAR\t= tar -czvf\n");
|
fprintf(fp, "%s", "LN\t= ln -sf\nTAR\t= tar -czvf\n");
|
||||||
|
}
|
||||||
if(targets != NULL)
|
if(targets != NULL)
|
||||||
{
|
{
|
||||||
fprintf(fp, "%s", "MKDIR\t= mkdir -p\n");
|
fprintf(fp, "%s", "MKDIR\t= mkdir -p\n");
|
||||||
|
Loading…
Reference in New Issue
Block a user