|
From: Peter K. <pk...@us...> - 2001-10-18 15:56:26
|
The following file was modified in apps/bluetooth/userstack: Name Old version New version Comment ---- ----------- ----------- ------- Makefile 1.24 1.25=20=20=20=20=20=20=20=20=20=20=20=20 The accompanying log: Use -MMD instead of -MD to generate dependency files, as -MMD does not generate dependencies to system includes. The diff of the modified file(s): --- Makefile 2001/07/31 20:02:33 1.24 +++ Makefile 2001/10/18 15:56:25 1.25 @@ -22,7 +22,7 @@ srcdir =3D $(ELINUXDIR)/drivers/char/bluetooth incdir =3D $(ELINUXDIR)/include/linux/bluetooth =20 -CFLAGS +=3D -I$(prefix)/include -MD +CFLAGS +=3D -I$(prefix)/include -MMD LDFLAGS +=3D -L$(prefix)/lib else # In stand-alone tarball |