diff options
author | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-05-30 23:58:57 -0400 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-05-30 23:58:57 -0400 |
commit | 0b5a58b05456be91c3b02e57a7132c4f0928ca51 (patch) | |
tree | 2817d0512ff98b64d7c016619e55c0e56413094a /build-aux | |
parent | 038b5cba2827c593f031c750e3cc17555877347b (diff) |
the README is still outdated, but fix some paths in it
Diffstat (limited to 'build-aux')
-rw-r--r-- | build-aux/Makefile.README.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/build-aux/Makefile.README.txt b/build-aux/Makefile.README.txt index 935af5f5a9..e06ba523d4 100644 --- a/build-aux/Makefile.README.txt +++ b/build-aux/Makefile.README.txt @@ -43,11 +43,11 @@ you were writing for plain GNU Make, with topoutdir ?= ... topsrcdir ?= ... - include $(topsrcdir)/automake.head.mk + include $(topsrcdir)/build-aux/Makefile.head.mk # your makefile - include $(topsrcdir)/automake.tail.mk + include $(topsrcdir)/build-aux/Makefile.tail.mk And in the top-level source directory, Write your own helper makefiles that get included: |