summaryrefslogtreecommitdiff
path: root/cygwin/Makefile.SHs
diff options
context:
space:
mode:
Diffstat (limited to 'cygwin/Makefile.SHs')
-rw-r--r--cygwin/Makefile.SHs8
1 files changed, 8 insertions, 0 deletions
diff --git a/cygwin/Makefile.SHs b/cygwin/Makefile.SHs
index dee49c006c..90f201d717 100644
--- a/cygwin/Makefile.SHs
+++ b/cygwin/Makefile.SHs
@@ -206,4 +206,12 @@ distdir: miniperl
./miniperl '-MExtUtils::Manifest' \
-e "ExtUtils::Manifest::manicopy(ExtUtils::Manifest::maniread(),'$(DIST_DIRECTORY)')"
+cygwin1.dll: /bin/cygwin1.dll
+ cp /bin/cygwin1.dll .
+
+cygcrypt-0.dll: /bin/cygcrypt-0.dll
+ cp /bin/cygcrypt-0.dll .
+
+test_prep: cygwin1.dll cygcrypt-0.dll
+
!NO!SUBS!