Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 262156
Collapse All | Expand All

(-)File-RsyncP-0.68-orig/FileList/Makefile.PL (-1 / +8 lines)
Lines 16-22 Link Here
16
                         snprintf$(OBJ_EXT)
16
                         snprintf$(OBJ_EXT)
17
                         wildmatch$(OBJ_EXT)
17
                         wildmatch$(OBJ_EXT)
18
                        ],
18
                        ],
19
    'depend'        => { 'FileList.o' => 'config.h' },
19
    'depend'        => { 'FileList.o'   => 'config.h' ,
20
                         'exclude.o'    => 'config.h' ,
21
                         'flist.o'      => 'config.h' ,
22
                         'hlink.o'      => 'config.h' ,
23
                         'pool_alloc.o' => 'config.h' ,
24
                         'snprintf.o'   => 'config.h' ,
25
                         'wildmatch.o'  => 'config.h'
26
                       },
20
    'clean'         => {FILES => "configure.in config.log config.status config.h conftest* confdefs*"},
27
    'clean'         => {FILES => "configure.in config.log config.status config.h conftest* confdefs*"},
21
);
28
);
22
29

Return to bug 262156