blob: 6b814b6f2d749e1d62467c57179514e47b3b96b2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
--- iodine-0.7.0/Makefile
+++ iodine-0.7.0/Makefile
@@ -35,8 +35,7 @@
$(RM) $(RM_FLAGS) $(DESTDIR)$(mandir)/man8/iodine.8
test: all
- @echo "!! The check library is required for compiling and running the tests"
- @echo "!! Get it at http://check.sf.net"
+ @echo "Executing tests target"
@(cd tests; $(MAKE) TARGETOS=$(TARGETOS) all)
clean:
|