Browse Source

makefile: Fix link message for tstest.

Georgi Chorbadzhiyski 12 years ago
parent
commit
79e66b45ce
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Makefile

+ 1
- 1
Makefile View File

@@ -29,7 +29,7 @@ $(PROG): $(OBJS) tsdata.h tsfuncs.h
29 29
 	$(Q)$(LINK) $@ $(LIBRARY_LINK_OPTS) $(OBJS)
30 30
 
31 31
 tstest: $(tstest_OBJS)
32
-	$(Q)echo "  LINK	$(PROG)"
32
+	$(Q)echo "  LINK	tstest"
33 33
 	$(Q)$(CC) $(CFLAGS) $(tstest_OBJS) -o tstest
34 34
 
35 35
 %.o: %.c tsdata.h tsfuncs.h

Loading…
Cancel
Save