diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2003-09-30 19:11:40 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2003-09-30 19:11:40 +0000 |
commit | 1bfc67eb5efc9c1874a1286d63fbb9a11c955930 (patch) | |
tree | 917b1cf65707b936de26f42914398ca572441c6a /perl-install | |
parent | cedf27ad055e22462df4ac2da72e8dc0f31d39a9 (diff) | |
download | drakx-1bfc67eb5efc9c1874a1286d63fbb9a11c955930.tar drakx-1bfc67eb5efc9c1874a1286d63fbb9a11c955930.tar.gz drakx-1bfc67eb5efc9c1874a1286d63fbb9a11c955930.tar.bz2 drakx-1bfc67eb5efc9c1874a1286d63fbb9a11c955930.tar.xz drakx-1bfc67eb5efc9c1874a1286d63fbb9a11c955930.zip |
help Gi_perl_check
Diffstat (limited to 'perl-install')
-rw-r--r-- | perl-install/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/perl-install/Makefile b/perl-install/Makefile index 59bbb222a..4bb73feb2 100644 --- a/perl-install/Makefile +++ b/perl-install/Makefile @@ -16,6 +16,8 @@ OTHERFILES = tools/rpcinfo-flushed.c all: list_modules.pm TAGS $(DIRS) +xs: $(DIRS) + list_modules.pm: ln -sf ../kernel/list_modules.pm |