Make #include for parse.inc work with VPATH builds.
authorBen Pfaff <blp@gnu.org>
Mon, 16 Apr 2007 00:19:41 +0000 (00:19 +0000)
committerBen Pfaff <blp@gnu.org>
Mon, 16 Apr 2007 00:19:41 +0000 (00:19 +0000)
src/ui/gui/ChangeLog
src/ui/gui/compute-dialog.c

index 0ecfe49e08c874f35a2ee154f4902887ce0c0abd..811222bf87dc837171e0aa74519743eb310b5314 100644 (file)
@@ -1,3 +1,8 @@
+2007-04-15  Ben Pfaff  <blp@gnu.org>
+
+       * compute-dialog.c: Make #include for parse.inc work with VPATH
+       builds.
+
 2007-04-13   John Darrington <john@darrington.wattle.id.au>
        
        * var-type-dialog.c: Added a FMT_DATETIME20 template.
index bc2b15c16a3284d96f967b078a300244766e67d9..7e14f40607448cfa6ef45de859a4f91dac357acd 100644 (file)
@@ -293,7 +293,7 @@ enum {
 
 static const struct operation fs[] =
   {
-#include <language/expressions/parse.inc>
+#include "parse.inc"
   };