summaryrefslogtreecommitdiff
path: root/payloads/external/FILO/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'payloads/external/FILO/Makefile')
-rw-r--r--payloads/external/FILO/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/payloads/external/FILO/Makefile b/payloads/external/FILO/Makefile
index 6175cfe62c..90895572a9 100644
--- a/payloads/external/FILO/Makefile
+++ b/payloads/external/FILO/Makefile
@@ -44,7 +44,7 @@ libpayload: checkout
$(MAKE) && $(MAKE) DESTDIR=../external/FILO/filo/build install
clean:
- test -d filo && $(MAKE) -C filo clean || exit 0
+ test -d filo && $(MAKE) -C filo clean LIBCONFIG_PATH=../../../libpayload || exit 0
distclean:
rm -rf filo