|
From: Peter K. <pk...@us...> - 2003-03-07 15:42:00
|
The following file was modified in : Name Old version New version Tag Comment ---- ----------- ----------- --- ------- Makefile 1.3 1.4=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 The accompanying log: Do not create the links in apps/bluetooth/userstack from here. It is done by the Makefile in apps/bluetooth/userstack as part of the normal build anyway. The diff of the modified file(s): --- Makefile 27 Sep 2002 12:59:02 -0000 1.3 +++ Makefile 7 Mar 2003 15:41:55 -0000 1.4 @@ -8,7 +8,6 @@ all: make -C linux/drivers/char/bluetooth make -C libs install - make -C apps/bluetooth/userstack links make -C apps/bluetooth make -C apps/bluetooth/sdp_server sdp_user =20 |