Browse Source

Add dependancies to tsdata.h and tsfuncs.h

Georgi Chorbadzhiyski 13 years ago
parent
commit
06eca70816
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      Makefile

+ 2
- 2
Makefile View File

@@ -21,11 +21,11 @@ PROG = libts.a
21 21
 
22 22
 all: $(PROG)
23 23
 
24
-$(PROG): $(OBJS) tsdata.h
24
+$(PROG): $(OBJS) tsdata.h tsfuncs.h
25 25
 	$(Q)echo "  LINK	$(PROG)"
26 26
 	$(Q)$(LINK) $@ $(LIBRARY_LINK_OPTS) $(OBJS) 
27 27
 
28
-%.o: %.c
28
+%.o: %.c tsdata.h tsfuncs.h
29 29
 	$(Q)echo "  CC	libts	$<"
30 30
 	$(Q)$(CC) $(CFLAGS) -c $<
31 31
 

Loading…
Cancel
Save