1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2025-01-18 04:58:51 +02:00

Fix typo.

This commit is contained in:
Cynthia Shang 2021-08-03 11:48:58 -04:00 committed by David Steele
parent 74c0c44fc8
commit 07f0a5901f

View File

@ -281,6 +281,6 @@ $(BUILDDIR)/%.o : %.c
# Recursive wildcard function
rwildcard = $(wildcard $1$2) $(foreach d,$(wildcard $1*),$(call rwildcard,$d/,$2))
# Include depedency files
# Include dependency files
DEP_FILES = $(call rwildcard,$(BUILDDIR),*.dep)
-include $(DEP_FILES)