build: regenerate meson for stable-sort

There was a small tweak to the sdbusplus script so that the sort
becomes stable.  Regenerate meson from that.

Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
Change-Id: I15a4645efdad781d28496f30e787c411a62073b0
diff --git a/gen/xyz/openbmc_project/Certs/meson.build b/gen/xyz/openbmc_project/Certs/meson.build
index ad00c98..c924560 100644
--- a/gen/xyz/openbmc_project/Certs/meson.build
+++ b/gen/xyz/openbmc_project/Certs/meson.build
@@ -27,21 +27,6 @@
     build_by_default: true,
 )
 
-subdir('Certificate')
-generated_others += custom_target(
-    'xyz/openbmc_project/Certs/Certificate__markdown'.underscorify(),
-    input: [ meson.source_root() / 'xyz/openbmc_project/Certs/Certificate.interface.yaml',  ],
-    output: [ 'Certificate.md' ],
-    command: [
-        sdbuspp_gen_meson_prog, '--command', 'markdown',
-        '--output', meson.current_build_dir(),
-        '--tool', sdbusplusplus_prog,
-        '--directory', meson.source_root(),
-        'xyz/openbmc_project/Certs/Certificate',
-    ],
-    build_by_default: true,
-)
-
 subdir('CSR')
 generated_others += custom_target(
     'xyz/openbmc_project/Certs/CSR__markdown'.underscorify(),
@@ -57,6 +42,21 @@
     build_by_default: true,
 )
 
+subdir('Certificate')
+generated_others += custom_target(
+    'xyz/openbmc_project/Certs/Certificate__markdown'.underscorify(),
+    input: [ meson.source_root() / 'xyz/openbmc_project/Certs/Certificate.interface.yaml',  ],
+    output: [ 'Certificate.md' ],
+    command: [
+        sdbuspp_gen_meson_prog, '--command', 'markdown',
+        '--output', meson.current_build_dir(),
+        '--tool', sdbusplusplus_prog,
+        '--directory', meson.source_root(),
+        'xyz/openbmc_project/Certs/Certificate',
+    ],
+    build_by_default: true,
+)
+
 subdir('Entry')
 generated_others += custom_target(
     'xyz/openbmc_project/Certs/Entry__markdown'.underscorify(),