diff options
Diffstat (limited to 'substitute.mk')
-rw-r--r-- | substitute.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/substitute.mk b/substitute.mk index 848029a024cd..7d3f6d863c95 100644 --- a/substitute.mk +++ b/substitute.mk @@ -1,5 +1,6 @@ %: %.in Makefile sed \ + -e "s^@extra1\@^$(extra1)^g" \ -e "s^@prefix\@^$(prefix)^g" \ -e "s^@bindir\@^$(bindir)^g" \ -e "s^@sysconfdir\@^$(sysconfdir)^g" \ |