diff options
Diffstat (limited to 'source4/main.mk')
-rw-r--r-- | source4/main.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/main.mk b/source4/main.mk index 26bcab1039..7249afd808 100644 --- a/source4/main.mk +++ b/source4/main.mk @@ -179,7 +179,7 @@ ctags: ctags `find $(srcdir) -name "*.[ch]"` pidl/Makefile: pidl/Makefile.PL - cd pidl && $(PERL) Makefile.PL + cd pidl && $(PERL) Makefile.PL INSTALLSITEBIN=$(BINDIR) INSTALLSCRIPT=$(BINDIR) INSTALLSITEMAN1DIR=$(MANDIR)/man1 INSTALLSITEMAN3DIR=$(MANDIR)/man3 installpidl: pidl/Makefile $(MAKE) -C pidl install |