X-Git-Url: http://git.osdn.net/view?a=blobdiff_plain;f=Makefile;h=702430a6d4cb6f2f8a110ccb3fa54b1803450e37;hb=697dbb016e4bc63d20a7c871a9580e7dce32d1b0;hp=958d9634f30f6d4c6ab05f553d816da2c8712fbc;hpb=a7d83d0dc73d18df4829c510adfd9dee5f667640;p=uclinux-h8%2FuClibc.git diff --git a/Makefile b/Makefile index 958d9634f..702430a6d 100644 --- a/Makefile +++ b/Makefile @@ -5,11 +5,15 @@ # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball. # -TOPDIR=./ +top_srcdir=./ +top_builddir=$(if $(O),$(O),.)/ +export top_builddir -top_srcdir=$(TOPDIR) -top_builddir=./ -include $(top_builddir)Rules.mak -#all: libs -include Makefile.in +# We do not need built-in implicit rules +MAKEFLAGS += -r +CONFIG_SHELL ?= /bin/sh +export CONFIG_SHELL + +include $(top_srcdir)Makefile.in include $(top_srcdir)Makerules +include $(top_srcdir)Makefile.help