Files
uClibcpp/bin/Makefile
Bernhard Reutner-Fischer 03028c2b51 buildsys: restructure
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>
2013-01-08 21:22:49 +01:00

7 lines
122 B
Makefile

top_srcdir=../
top_builddir=../
all:
include $(top_srcdir)Rules.mak
include Makefile.in
include $(top_srcdir)Makefile.end