From 4f3b36e8d89e971f2cbaf2160f14aaf7b0de0249 Mon Sep 17 00:00:00 2001 From: Kevin Day Date: Sat, 29 Nov 2025 20:37:35 -0600 Subject: [PATCH] Cleanup: The stand alone fakefile comments should use 0.8.x to represent the FLL dependency. --- data/build/stand_alone/fakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/build/stand_alone/fakefile b/data/build/stand_alone/fakefile index 951e15c..4d8c7b7 100644 --- a/data/build/stand_alone/fakefile +++ b/data/build/stand_alone/fakefile @@ -6,7 +6,7 @@ # The data/build/stand_alone/configs/tacocat-config.h should be copied to sources/c/tacocat-config.h. # # This requires that the sources structure to be changed. -# The monolithic sources from within the 'fll-0.7.0/source/c/' directory must be copied over into the sources directory under the directory 'sources/c/fll/'. +# The monolithic sources from within the 'fll-0.8.x/source/c/' directory must be copied over into the sources directory under the directory 'sources/c/fll/'. # # This can be built via: # fake -U build/stand_alone/ clean make -- 1.8.3.1