diff options
author | Remi Collet <remi@remirepo.net> | 2024-07-31 16:09:45 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2024-07-31 16:09:45 +0200 |
commit | ff76133997a0e04e69545609fa5921ad65b89768 (patch) | |
tree | f2a437da602cb45b74596949e2d5766061ab6d9c /Makefile | |
parent | a3d5473a1d1c9c7851ae034085c5d9018103ac91 (diff) |
update to 5.34.1 ans sync with F40
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ SRCDIR := $(shell pwd) NAME := $(shell basename $(SRCDIR)) -include ../common/Makefile +include ../../common/Makefile |