diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2008-04-15 10:55:32 +0200 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2008-04-15 10:55:32 +0200 |
commit | c937efc1a6f7c117119bc43b91c8554825b5a9f9 (patch) | |
tree | 74271509be36ade7b9a156586f4c1ce04d79896d | |
parent | 223df634c888092cd2528aca6fcdf78a4de0246f (diff) | |
download | samba-c937efc1a6f7c117119bc43b91c8554825b5a9f9.tar.gz |
Attempt to fix the pidl installation on fedora.
(This used to be commit 4dd29284bdffc96df1d6eb71b25e305f107d1e12)
-rw-r--r-- | source4/pidl/config.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/pidl/config.mk b/source4/pidl/config.mk index 38542f5b7fd..25cea495a76 100644 --- a/source4/pidl/config.mk +++ b/source4/pidl/config.mk @@ -1,5 +1,5 @@ pidl/Makefile: pidl/Makefile.PL - cd pidl && $(PERL) Makefile.PL + cd pidl && $(PERL) Makefile.PL PREFIX=$(prefix) pidl-testcov: pidl/Makefile cd pidl && cover -test |