Skip to content
This repository was archived by the owner on Dec 20, 2023. It is now read-only.

Commit aac9efd

Browse files
authored
Merge pull request #271 from robszewczyk/bug/broken-install-headers-target
Update to reflect upstream repository 'https://github.com:nestlabs/nl…
2 parents 5568287 + b086fd9 commit aac9efd

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.6.11
1+
1.6.12

third_party/nlbuild-autotools/repo/CHANGES

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
1.6.12 (2019-06-11)
2+
3+
* install-headers target now depends on BUILT_SOURCES to
4+
enable installation of generated headers
5+
16
1.6.11 (2019-05-23)
27

38
* Changed the bootstrap shebang from sh to bash to address a

third_party/nlbuild-autotools/repo/automake/post/rules/headers.am

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939

4040
.PHONY: install-headers install-headers-recursive
4141

42-
install-headers: install-headers-recursive
42+
install-headers: $(BUILT_SOURCES) install-headers-recursive
4343

4444
install-headers-recursive:
4545
$(nl-make-subdirs)

0 commit comments

Comments
 (0)