From d9b6b844e5263f08af039a6d7b1f5388702a5d84 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Sat, 13 May 2006 02:33:41 +0000 Subject: pull Rules.mak from top_srcdir as pointed out by Robert P. J. Day on the mailing list --- archival/libunarchive/Makefile | 2 +- coreutils/libcoreutils/Makefile | 2 +- networking/libiproute/Makefile | 2 +- networking/udhcp/Makefile | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/archival/libunarchive/Makefile b/archival/libunarchive/Makefile index 3f0ebcec1..9ab1cac81 100644 --- a/archival/libunarchive/Makefile +++ b/archival/libunarchive/Makefile @@ -25,7 +25,7 @@ top_builddir=../.. endif srcdir=$(top_srcdir)/archival/libunarchive LIBUNARCHIVE_DIR:=./ -include $(top_builddir)/Rules.mak +include $(top_srcdir)/Rules.mak include $(top_builddir)/.config include $(srcdir)/Makefile.in all: $(libraries-y) diff --git a/coreutils/libcoreutils/Makefile b/coreutils/libcoreutils/Makefile index e8bc65d3d..fabde2d0e 100644 --- a/coreutils/libcoreutils/Makefile +++ b/coreutils/libcoreutils/Makefile @@ -25,7 +25,7 @@ top_builddir=../.. endif srcdir=$(top_srcdir)/coreutils/libcoreutils LIBCOREUTILS_DIR:=./ -include $(top_builddir)/Rules.mak +include $(top_srcdir)/Rules.mak include $(top_builddir)/.config include $(srcdir)/Makefile.in diff --git a/networking/libiproute/Makefile b/networking/libiproute/Makefile index 96b1449e3..2fafae738 100644 --- a/networking/libiproute/Makefile +++ b/networking/libiproute/Makefile @@ -25,7 +25,7 @@ top_builddir=../.. endif srcdir=$(top_srcdir)/networking/libiproute LIBIPROUTE_DIR:=./ -include $(top_builddir)/Rules.mak +include $(top_srcdir)/Rules.mak include $(top_builddir)/.config include Makefile.in all: $(libraries-y) diff --git a/networking/udhcp/Makefile b/networking/udhcp/Makefile index 7c027edc0..dbea9d4d0 100644 --- a/networking/udhcp/Makefile +++ b/networking/udhcp/Makefile @@ -25,7 +25,7 @@ top_builddir=../.. endif srcdir=$(top_srcdir)/networking/udhcp UDHCP_DIR:=./ -include $(top_builddir)/Rules.mak +include $(top_srcdir)/Rules.mak include $(top_builddir)/.config include Makefile.in all: $(libraries-y) -- cgit v1.2.3