dependencies added
authorcacao <none@none>
Thu, 19 Nov 1998 21:38:18 +0000 (21:38 +0000)
committercacao <none@none>
Thu, 19 Nov 1998 21:38:18 +0000 (21:38 +0000)
threads/Makefile

index 4e3f21752b97aae088e66561d6a0f82d41c44168..8c1e733b5a99a4e3b564a7ac40073af39ee4818d 100755 (executable)
@@ -14,14 +14,17 @@ endif
 
 CFLAGS = $(THREAD_CFLAGS)
 
-threads.a: $(OBJECTS) Makefile sysdep/threads.h
+threads.a: $(OBJECTS) Makefile
        rm -f threads.a
        ar qcs threads.a $(OBJECTS)
 #      ranlib threads.a
 
-locks.o : locks.c
-thread.o : thread.c
-threadio.o : threadio.c
+locks.o : locks.c thread.h sysdep/threads.h ../tables.h ../native.h\
+           ../loader.h ../builtin.h ../asmpart.h
+thread.o : thread.c thread.h sysdep/threads.h ../tables.h ../native.h\
+           ../loader.h ../builtin.h ../asmpart.h
+threadio.o : threadio.c thread.h sysdep/threads.h ../tables.h ../native.h\
+           ../loader.h ../builtin.h ../asmpart.h
 
 clean: 
        rm -f *.o *.a