Fixed broken out-of-tree builds since 52f9e6f.

Details:
- Added missing $(DIST_PATH)/ prefix to relative path to flatten-headers.sh
  script in common.mk so that the script could be found during out-of-tree
  builds. Thanks to Devin Matthews for reporting this bug.
This commit is contained in:
Field G. Van Zee
2017-12-11 12:49:03 -06:00
parent 513ef4d040
commit 87978f6261

View File

@@ -218,7 +218,7 @@ RANLIB := ranlib
INSTALL := install -c
# Script for creating a monolithic header file.
FLATTEN_H := build/flatten-headers.sh
FLATTEN_H := $(DIST_PATH)/build/flatten-headers.sh
# Default archiver flags.
AR := ar