diff options
| author | Roland McGrath <roland@gnu.org> | 1995-09-22 18:26:03 +0000 |
|---|---|---|
| committer | Roland McGrath <roland@gnu.org> | 1995-09-22 18:26:03 +0000 |
| commit | 186dd077bcca90d6bdca98c5cdedbfdb42b20b4f (patch) | |
| tree | a477e407b3b092f3fcbad0b56ccbbcbcf9431bad | |
| parent | f474787bf5faebf9de23d5323259bf2a3065d58a (diff) | |
(VPATH): New variable.
| -rw-r--r-- | build.mk.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/build.mk.in b/build.mk.in index 0d1793d2..cfc4c3dc 100644 --- a/build.mk.in +++ b/build.mk.in @@ -4,4 +4,6 @@ top_srcdir = @top_srcdir@ srcdir = @srcdir@ +VPATH = $(srcdir) + include $(srcdir)/Makefile |
