diff options
Diffstat (limited to 'perl-install/Makefile')
-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 |