From e633f7cb2abe0068e1980d3818b1ad01f6392e8e Mon Sep 17 00:00:00 2001 From: Ron Yorston Date: Sun, 13 Nov 2022 14:34:59 +0000 Subject: make: pdpmake needs long filename support in ar too Commit f261d2d27 (make: make + sh configuration) added a 'pdpmake' alias for 'make'. It omitted to reference PDPMAKE as a dependency for FEATURE_AR_LONG_FILENAMES. --- archival/ar.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/archival/ar.c b/archival/ar.c index b5565c936..16bb33227 100644 --- a/archival/ar.c +++ b/archival/ar.c @@ -30,7 +30,7 @@ //config:config FEATURE_AR_LONG_FILENAMES //config: bool "Support long filenames (not needed for debs)" //config: default y -//config: depends on AR || MAKE +//config: depends on AR || MAKE || PDPMAKE //config: help //config: By default the ar format can only store the first 15 characters //config: of the filename, this option removes that limitation. -- cgit v1.2.3-55-g6feb