|
Check-in Number:
|
4146 | |
| Date: |
2001-Jul-04 18:06:08 (local)
2001-Jul-04 16:06:08 (UTC) |
| User: | simons |
| Branch: | |
| Comment: |
Updated dependencies. |
| Tickets: |
|
| Inspections: |
|
| Files: |
|
ossp-pkg/xds/Makefile 1.7 -> 1.8
--- Makefile 2001/07/04 15:58:13 1.7
+++ Makefile 2001/07/04 16:06:08 1.8
@@ -45,4 +45,14 @@
# Dependencies
-test.o: test.c xds.h
+decode.o: internal.h xds.h
+destroy.o: internal.h xds.h
+encode.o: internal.h xds.h
+getbuffer.o: internal.h xds.h
+init.o: internal.h xds.h
+register.o: internal.h xds.h
+setbuffer.o: internal.h xds.h
+test.o: xds.h
+unregister.o: internal.h xds.h
+vdecode.o: internal.h xds.h
+vencode.o: internal.h xds.h
|
|