summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2016-05-30 23:58:57 -0400
committerLuke Shumaker <lukeshu@sbcglobal.net>2016-05-30 23:58:57 -0400
commit395ed7ee8b871d7cd6c8e14a67a73ee03efa18f2 (patch)
tree2817d0512ff98b64d7c016619e55c0e56413094a
parentb910b85b2d7d732ccfeaf69ab7ec79140a4a7802 (diff)
the README is still outdated, but fix some paths in it
-rw-r--r--build-aux/Makefile.README.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/build-aux/Makefile.README.txt b/build-aux/Makefile.README.txt
index 935af5f..e06ba52 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: