summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2021-03-24 08:32:00 +0100
committerRemi Collet <remi@remirepo.net>2021-03-24 08:32:00 +0100
commit83a2e482ec54f306a4e1bb86a42a9231ce79a080 (patch)
tree5c2fcaf1355b87dce89d4cd81d41aa120e380dec /Makefile
parent36c0b29b76e127695bedc732c6d0a54b309c1535 (diff)
add patch for PHP 8 from https://github.com/ringcentral/psr7/pull/8
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 91b0fd5..13af741 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
SRCDIR := $(shell pwd)
NAME := $(shell basename $(SRCDIR))
-include ../../common/Makefile
+include ../../../common/Makefile