|
From: Peter K. <pk...@us...> - 2002-09-27 12:59:36
|
The following file was modified in apps/bluetooth/userstack: Name Old version New version Tag Comment ---- ----------- ----------- --- ------- Makefile 1.27 1.28=20=20=20=20=20=20=20=20=20=20=20=20=20=20 The accompanying log: Moved and renamed apps/Rules.elinux to tools/build/Rules.axis. The diff of the modified file(s): --- Makefile 27 Sep 2002 12:56:05 -0000 1.27 +++ Makefile 27 Sep 2002 12:59:03 -0000 1.28 @@ -1,10 +1,7 @@ # $Id$ =20 AXIS_USABLE_LIBS =3D UCLIBC -ifdef APPS -AXIS_USABLE_LIBS =3D UCLIBC -include $(APPS)/Rules.elinux -endif +-include $(AXIS_TOP_DIR)/tools/build/Rules.axis =20 PROGS =3D btduser =20 |