From a7d83d0dc73d18df4829c510adfd9dee5f667640 Mon Sep 17 00:00:00 2001 From: "Peter S. Mazinger" Date: Tue, 1 Nov 2005 13:32:19 +0000 Subject: Add another Makefile example that will be copied over the root Makefile, adapt script --- Makefile.in | 8 -------- 1 file changed, 8 deletions(-) (limited to 'Makefile.in') 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 -- cgit v1.2.3