aboutsummaryrefslogtreecommitdiff
path: root/editors/Makefile
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2006-05-13 02:33:09 +0000
committerMike Frysinger <vapier@gentoo.org>2006-05-13 02:33:09 +0000
commit39440e520c7445e9bafd310816cc152a3192721a (patch)
treeeea9d02e49ee8f9f7c0f1d0bf54df3d318fcdf50 /editors/Makefile
parent2f4d91da75886a95cef99a940a4db3f2cbd25f3e (diff)
downloadbusybox-w32-39440e520c7445e9bafd310816cc152a3192721a.tar.gz
busybox-w32-39440e520c7445e9bafd310816cc152a3192721a.tar.bz2
busybox-w32-39440e520c7445e9bafd310816cc152a3192721a.zip
pull Rules.mak from top_srcdir as pointed out by Robert P. J. Day on the mailing list
Diffstat (limited to 'editors/Makefile')
-rw-r--r--editors/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/Makefile b/editors/Makefile
index 941c4c76d..22790095a 100644
--- a/editors/Makefile
+++ b/editors/Makefile
@@ -12,7 +12,7 @@ top_builddir=..
12endif 12endif
13srcdir=$(top_srcdir)/editors 13srcdir=$(top_srcdir)/editors
14EDITOR_DIR:=./ 14EDITOR_DIR:=./
15include $(top_builddir)/Rules.mak 15include $(top_srcdir)/Rules.mak
16include $(top_builddir)/.config 16include $(top_builddir)/.config
17include $(srcdir)/Makefile.in 17include $(srcdir)/Makefile.in
18all: $(libraries-y) 18all: $(libraries-y)