summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorPeter S. Mazinger <ps.m@gmx.net>2005-11-01 13:32:19 +0000
committerPeter S. Mazinger <ps.m@gmx.net>2005-11-01 13:32:19 +0000
commita7d83d0dc73d18df4829c510adfd9dee5f667640 (patch)
treefd1aa23c48a7bc08f8d053106eed3ed38de1631c /Makefile.in
parentfd563ea275d82afc64c9efa088e4e0fc38837a58 (diff)
Add another Makefile example that will be copied over the root Makefile, adapt script
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