diff options
-rw-r--r-- | plugins/perl/makefile-510.mak | 2 | ||||
-rw-r--r-- | plugins/perl/makefile-512.mak | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/plugins/perl/makefile-510.mak b/plugins/perl/makefile-510.mak index 3aeb9639..60f6b2dc 100644 --- a/plugins/perl/makefile-510.mak +++ b/plugins/perl/makefile-510.mak @@ -16,7 +16,7 @@ perl.obj: perl.c perl.c: xchat.pm.h -xchat.pm.h: Xchat.pm IRC.pm +xchat.pm.h: lib/Xchat.pm lib/IRC.pm perl.exe generate_header $(TARGET): perl.obj perl.def diff --git a/plugins/perl/makefile-512.mak b/plugins/perl/makefile-512.mak index 4aeee497..e4887ff9 100644 --- a/plugins/perl/makefile-512.mak +++ b/plugins/perl/makefile-512.mak @@ -16,7 +16,7 @@ perl.obj: perl.c perl.c: xchat.pm.h -xchat.pm.h: Xchat.pm IRC.pm +xchat.pm.h: lib/Xchat.pm lib/IRC.pm perl.exe generate_header $(TARGET): perl.obj perl.def |