Changeset 4549
- Timestamp:
- 02/09/07 15:34:31 (2 years ago)
- Files:
-
- libwired/trunk/Makefile.in (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
libwired/trunk/Makefile.in
r4546 r4549 84 84 85 85 test/testlist.inc: test/testlist.h 86 perl -ne '$$s=(split(/\s+/))[2]; $$s=~ s/(\w+).*/$$1/; print "wi_tests_run_test(\"$$s\", $$s); ";' $< > $@86 perl -ne '$$s=(split(/\s+/))[2]; $$s=~ s/(\w+).*/$$1/; print "wi_tests_run_test(\"$$s\", $$s);\n";' $< > $@ 87 87 88 88 dist:
