diff options
author | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2003-11-04 22:32:28 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2003-11-04 22:32:28 +0000 |
commit | a411aea0a3f8c0416fcb2b5bf9b69fb9ae7ff965 (patch) | |
tree | 15e66b4534658462f58f2e489afb41e0f64cd970 /ext/SDBM_File | |
parent | a7d1454b4299cd00e3e854ace9dde44c66a3c06a (diff) | |
download | perl-a411aea0a3f8c0416fcb2b5bf9b69fb9ae7ff965.tar.gz |
Temporary kludge to allow SDBM_File being built
with MakeMaker 6.19.
p4raw-id: //depot/perl@21655
Diffstat (limited to 'ext/SDBM_File')
-rw-r--r-- | ext/SDBM_File/sdbm/Makefile.PL | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ext/SDBM_File/sdbm/Makefile.PL b/ext/SDBM_File/sdbm/Makefile.PL index 48e3c4916e..2b09defbae 100644 --- a/ext/SDBM_File/sdbm/Makefile.PL +++ b/ext/SDBM_File/sdbm/Makefile.PL @@ -40,6 +40,10 @@ config :: lint: lint -abchx $(LIBSRCS) +# temporary kludge +blibdirs: + $(MKPATH) $(INST_ARCHAUTODIR) + '; $r .= ' # This is a workaround, the problem is that our old GNU make exports |