aboutsummaryrefslogtreecommitdiff
path: root/coreutils
diff options
context:
space:
mode:
Diffstat (limited to 'coreutils')
-rw-r--r--coreutils/Makefile4
-rw-r--r--coreutils/libcoreutils/Makefile4
2 files changed, 8 insertions, 0 deletions
diff --git a/coreutils/Makefile b/coreutils/Makefile
index d3f745a0f..f7fdc4bab 100644
--- a/coreutils/Makefile
+++ b/coreutils/Makefile
@@ -4,8 +4,12 @@
4# 4#
5# Licensed under the GPL v2, see the file LICENSE in this tarball. 5# Licensed under the GPL v2, see the file LICENSE in this tarball.
6 6
7ifndef top_srcdir
7top_srcdir=.. 8top_srcdir=..
9endif
10ifndef top_builddir
8top_builddir=.. 11top_builddir=..
12endif
9srcdir=$(top_srcdir)/coreutils 13srcdir=$(top_srcdir)/coreutils
10SHELLUTILS_DIR:=./ 14SHELLUTILS_DIR:=./
11include $(top_builddir)/Rules.mak 15include $(top_builddir)/Rules.mak
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
20ifndef top_srcdir
20top_srcdir=../.. 21top_srcdir=../..
22endif
23ifndef top_builddir
21top_builddir=../.. 24top_builddir=../..
25endif
22srcdir=$(top_srcdir)/coreutils/libcoreutils 26srcdir=$(top_srcdir)/coreutils/libcoreutils
23LIBCOREUTILS_DIR:=./ 27LIBCOREUTILS_DIR:=./
24include $(top_builddir)/Rules.mak 28include $(top_builddir)/Rules.mak