Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / vendor / psy / psysh / Makefile
index d144ab487084c07ddf4e14906112e533fd7affc9..a1fdb42ed2a5910bb12a9441ced91dc6ec4cd36b 100644 (file)
@@ -87,7 +87,9 @@ build/%/psysh: vendor/bin/box build/%
 # Dist packages
 
 dist/psysh-$(VERSION).tar.gz: build/psysh/psysh
-       tar -czf $@ $<
+       @mkdir -p $(@D)
+       tar -C $(dir $<) -czf $@ $(notdir $<)
 
 dist/psysh-$(VERSION)-%.tar.gz: build/psysh-%/psysh
-       tar -czf $@ $<
+       @mkdir -p $(@D)
+       tar -C $(dir $<) -czf $@ $(notdir $<)