From: Marcus A. S. <mar...@us...> - 2001-02-28 19:28:31
|
The following file was modified in apps/bluetooth/userstack: Name Old version New version Comment ---- ----------- ----------- ------- Makefile 1.14 1.15=20=20=20=20=20=20=20=20=20=20=20=20 The accompanying log: Modified to properly make links. The diff of the modified file(s): --- Makefile 2000/12/20 14:56:54 1.14 +++ Makefile 2001/02/28 19:29:43 1.15 @@ -16,8 +16,8 @@ LDFLAGS +=3D -L$(prefix)/lib else # In stand-alone tarball -srcdir =3D ../../src -incdir =3D ../../include/linux/bluetooth +srcdir =3D ../../../linux/drivers/char/bluetooth +incdir =3D ../../../linux/include/linux/bluetooth endif =20 ifneq ($(wildcard /usr/lib/libutil.a),) @@ -46,7 +46,7 @@ =20 CFLAGS +=3D -DBTD_USERSTACK =20 -all: $(PROGS) +all: links $(PROGS) =20 btduser: $(OBJS) $(CC) -pthread $(LDFLAGS) $^ $(LDLIBS) -o $@ |