The following file was modified in apps/bluetooth/sdp_server:
Name Old version New version Comment
---- ----------- ----------- -------
Makefile 1.7 1.8=20=20=20=20=20=20=20=20=20=20=20=20=20
The accompanying log:
Added "-MD" and "-include *.d" to Makefiles to include dependency
checking.
The diff of the modified file(s):
--- Makefile 2000/11/20 18:13:41 1.7
+++ Makefile 2001/03/09 20:08:57 1.8
@@ -22,7 +22,7 @@
=20
SRCS =3D sdp_server.c sdp_parser.c
=20
-CFLAGS +=3D -I$(INCDIR)
+CFLAGS +=3D -I$(INCDIR) -MD
LDFLAGS +=3D -L$(LIBDIR)
LDLIBS +=3D -lxmlparse -lxmltok
=20
@@ -40,3 +40,5 @@
=20
clean:
rm -f $(PROGS) sdp_user *.o core=20
+
+-include *.d
|