From c8d55ad87f77572e68d6afafddef04b225eb008f Mon Sep 17 00:00:00 2001 From: schodet Date: Sun, 12 Feb 2006 18:58:43 +0000 Subject: Modification de test_is_string en test_meta. --- i/marvin/src/utils/meta/Makefile.defs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'i/marvin/src/utils') diff --git a/i/marvin/src/utils/meta/Makefile.defs b/i/marvin/src/utils/meta/Makefile.defs index 5650f40..929205e 100644 --- a/i/marvin/src/utils/meta/Makefile.defs +++ b/i/marvin/src/utils/meta/Makefile.defs @@ -1,5 +1,5 @@ -PROGRAMS += test_is_string +PROGRAMS += test_meta -test_is_string_OBJECTS = test_is_string.o +test_meta_OBJECTS = test_meta.o -test_is_string: $(test_is_string_OBJECTS) +test_meta: $(test_meta_OBJECTS) -- cgit v1.2.3