summaryrefslogtreecommitdiffstats
path: root/lib/atf/common.mk
diff options
context:
space:
mode:
Diffstat (limited to 'lib/atf/common.mk')
-rw-r--r--lib/atf/common.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/atf/common.mk b/lib/atf/common.mk
index 6338207..581befb 100644
--- a/lib/atf/common.mk
+++ b/lib/atf/common.mk
@@ -14,6 +14,6 @@ atf-version: atf-version-real
@cmp -s atf-version atf-version-real \
|| cp atf-version-real atf-version
atf-version-real: .PHONY
- @grep 'define VERSION' ${ATF}/bconfig.h \
+ @grep 'define VERSION' ${ATF}/config.h \
| cut -d '"' -f 2 >atf-version-real
CLEANFILES+= atf-version atf-version-real
OpenPOWER on IntegriCloud