mirror of
https://git.busybox.net/uClibc++
synced 2026-01-01 09:39:24 +08:00
Restructure the buildsys in order to add proper dependencies. - no superfluous re-linking with 'make;make;' - proper relinking with 'make CXX=g++-4.8.mine;make CXX=g++-4.7' Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
7 lines
122 B
Makefile
7 lines
122 B
Makefile
top_srcdir=../
|
|
top_builddir=../
|
|
all:
|
|
include $(top_srcdir)Rules.mak
|
|
include Makefile.in
|
|
include $(top_srcdir)Makefile.end
|