diff options
author | Roland McGrath <roland@gnu.org> | 1996-07-18 06:28:57 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1996-07-18 06:28:57 +0000 |
commit | 7f24c3b237361a7fcee33157a86d26b24fefcfd6 (patch) | |
tree | 725742302c6d8d34558f96d6f8bd0e7b647810ed | |
parent | 78ea0e83aa187f5aa6693761f6d1184d8f7e527f (diff) |
Wed Jul 17 22:49:50 1996 Roland McGrath <roland@baalperazim.frob.com>
* build.mkcf.in: Use top_srcdir instead of srcdir.
-rw-r--r-- | build.mkcf.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build.mkcf.in b/build.mkcf.in index b82d3f63..17452771 100644 --- a/build.mkcf.in +++ b/build.mkcf.in @@ -1,3 +1,3 @@ # Get the make rules from the source directory. -include $(srcdir)/Makeconf +include $(top_srcdir)/Makeconf |