summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in8
1 files changed, 0 insertions, 8 deletions
diff --git a/Makefile.in b/Makefile.in
index e3c175fa2..d03533b5d 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -12,12 +12,6 @@ noconfig_targets := menuconfig config oldconfig randconfig \
defconfig allyesconfig allnoconfig clean distclean \
release dist tags
-TOPDIR=./
-
-top_srcdir=$(TOPDIR)
-top_builddir=./
-include $(top_builddir)Rules.mak
-
# need to have libc.so built, before we can build the others
ifeq ($(HAVE_SHARED),y)
PRE_DIRS = ldso libc
@@ -382,8 +376,6 @@ dist release:
tar czf ../uClibc-$(VERSION).tar.gz -C .. uClibc-$(VERSION)
du -b ../uClibc-$(VERSION).tar.gz
-include $(top_srcdir)Makerules
-
check:
$(MAKE) -C test