Index: trunk/ppMerge/src/ppMergeOptions.c
===================================================================
--- trunk/ppMerge/src/ppMergeOptions.c	(revision 7260)
+++ trunk/ppMerge/src/ppMergeOptions.c	(revision 8405)
@@ -122,7 +122,7 @@
     // Now we can read the recipe
     bool mdok = true;                   // Status of MD lookup
-    psMetadata *recipe = psMetadataLookupMD(&mdok, config->recipes, RECIPENAME); // Recipe information
+    psMetadata *recipe = psMetadataLookupMD(&mdok, config->recipes, PPMERGE_RECIPE); // Recipe information
     if (!mdok || !recipe) {
-        psError(PS_ERR_IO, true, "Unable to find recipe %s", RECIPENAME);
+        psError(PS_ERR_IO, true, "Unable to find recipe %s", PPMERGE_RECIPE);
         exit(EXIT_FAILURE);
     }
