Revision 469 (by ahitrov, 2014/12/24 13:57:26) |
Moving Contenido to Apache 2
|
--- src/Makefile.PL.orig 2008-05-20 18:53:27.000000000 +0400
+++ src/Makefile.PL 2008-05-20 18:53:43.000000000 +0400
@@ -14,8 +14,7 @@
INC => '-I.', # e.g., '-I. -I/usr/include/other'
OBJECT => 'parse_keyword$(OBJ_EXT) compute_crc32$(OBJ_EXT)
$(O_FILES)',
- clean => { FILES => 'compute_crc32.c compute_crc32.h
- parse_keyword.c parse_keyword.h' },
+ clean => { FILES => 'compute_crc32.c compute_crc32.h parse_keyword.c parse_keyword.h' },
);
sub MY::top_targets {