Makefile fixup:
commit765992396f2d6a5c3de22aacf0ab159dbe1a8837
authorHenry Kroll III <henry@comptune.com>
Sun, 25 Apr 2010 20:34:02 +0000 (25 13:34 -0700)
committerHenry Kroll III <henry@comptune.com>
Sun, 25 Apr 2010 20:34:02 +0000 (25 13:34 -0700)
tree17b3d14e9cc937643661e2ece4d40fa02c826af4
parent07eb8506089c6d52d759a4436eb1e35225a49941
Makefile fixup:
* additional make target for lib/tcc1.def on non-win32 builds
  tcc1.def was formerly lib/libtcc1.a but has bee made into its
  own Makefile target, tcc1.def

* use mv instead of cp on config.h
  this fixes a mistake I made which caused Makefile to rebuild
  all targets every time

* make links from libtcc.so.1.0 to libtcc.so.1 and libtcc.so
Makefile
configure