diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-05-13 02:33:41 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-05-13 02:33:41 +0000 |
commit | d9b6b844e5263f08af039a6d7b1f5388702a5d84 (patch) | |
tree | 73a3a1edcfb15666b33f1ceb43e19ca2bc067cbb /archival/libunarchive | |
parent | 39440e520c7445e9bafd310816cc152a3192721a (diff) | |
download | busybox-d9b6b844e5263f08af039a6d7b1f5388702a5d84.tar.gz |
pull Rules.mak from top_srcdir as pointed out by Robert P. J. Day on the mailing list
Diffstat (limited to 'archival/libunarchive')
-rw-r--r-- | archival/libunarchive/Makefile | 2 |
1 files changed, 1 insertions, 1 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) |