diff options
Diffstat (limited to 'coreutils/libcoreutils/Makefile')
-rw-r--r-- | coreutils/libcoreutils/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/coreutils/libcoreutils/Makefile b/coreutils/libcoreutils/Makefile index 0a1c80a41..e8bc65d3d 100644 --- a/coreutils/libcoreutils/Makefile +++ b/coreutils/libcoreutils/Makefile | |||
@@ -17,8 +17,12 @@ | |||
17 | # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | 17 | # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
18 | # | 18 | # |
19 | 19 | ||
20 | ifndef top_srcdir | ||
20 | top_srcdir=../.. | 21 | top_srcdir=../.. |
22 | endif | ||
23 | ifndef top_builddir | ||
21 | top_builddir=../.. | 24 | top_builddir=../.. |
25 | endif | ||
22 | srcdir=$(top_srcdir)/coreutils/libcoreutils | 26 | srcdir=$(top_srcdir)/coreutils/libcoreutils |
23 | LIBCOREUTILS_DIR:=./ | 27 | LIBCOREUTILS_DIR:=./ |
24 | include $(top_builddir)/Rules.mak | 28 | include $(top_builddir)/Rules.mak |