|
From: Peter K. <pk...@us...> - 2003-05-05 10:24:19
|
The following file was modified in apps/bluetooth/btd: Name Old version New version Tag Comment ---- ----------- ----------- --- ------- Makefile 1.12 1.13=20=20=20=20=20=20=20=20=20=20=20=20=20=20 The accompanying log: Made it possible to build with glibc. The diff of the modified file(s): --- Makefile 2002/09/27 12:59:02 1.12 +++ Makefile 2003/05/05 10:24:18 1.13 @@ -1,6 +1,6 @@ # $Id$ =20 -AXIS_USABLE_LIBS =3D UCLIBC +AXIS_USABLE_LIBS =3D GLIBC UCLIBC -include $(AXIS_TOP_DIR)/tools/build/Rules.axis =20 PROGS =3D btd @@ -34,6 +34,8 @@ CFLAGS +=3D -MMD =20 all: $(PROGS) + +$(PROGS): $(OBJS) =20 install: $(PROGS) $(INSTALL) -d $(INSTDIR) |