diff --git a/docs/CompiledPrograms.xml b/docs/CompiledPrograms.xml index cdc3a9ff5..cddda350b 100644 --- a/docs/CompiledPrograms.xml +++ b/docs/CompiledPrograms.xml @@ -338,7 +338,7 @@ follows:
-ignorefiles = firewall% firewall Makefile% trace% %~ + ignorefiles = firewall% Makefile% trace% %~ all: firewall firewall: $(filter-out $(ignorefiles) , $(wildcard *) ) @shorewall reload -c -s gateway @@ -348,8 +348,8 @@ firewall: $(filter-out $(ignorefiles) , $(wildcard *) ) typemake .- I omit trace* and trace.* because I often trace compiler - execution in while I'm debugging new versions of Shorewall. +I omit trace% because I often trace compiler execution in + while I'm debugging new versions of Shorewall.