The following files were modified in :
Name Old version New version Tag Comment
---- ----------- ----------- --- -------
.cvsignore 1.1 Added
Makefile 1.2 1.3=20=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 15 Nov 2001 11:23:44 -0000 1.2
+++ Makefile 27 Sep 2002 12:59:02 -0000 1.3
@@ -1,4 +1,4 @@
-include $(APPS)/Rules.elinux
+include $(AXIS_TOP_DIR)/tools/build/Rules.axis
=20
#SUBDIRS =3D src libs apps
=20
@@ -12,7 +12,7 @@
make -C apps/bluetooth
make -C apps/bluetooth/sdp_server sdp_user
=20
-install:
+install: all
install apps/bluetooth/btd/btd $(INSTDIR)
install apps/bluetooth/userstack/btduser $(INSTDIR)
install apps/bluetooth/sdp_server/sdp_server $(INSTDIR)
|