Fix typo in makefile.
authorLudovic Courtès <ludo@gnu.org>
Sun, 14 Dec 2008 19:54:18 +0000 (20:54 +0100)
committerLudovic Courtès <ludo@gnu.org>
Sun, 14 Dec 2008 19:54:18 +0000 (20:54 +0100)
* libguile/Makefile.am (DOT_X_FILES): Substitute `gettext.x' to
  `gettext.c'.

libguile/Makefile.am

index 6aad798..fe06c01 100644 (file)
@@ -134,7 +134,7 @@ DOT_X_FILES = alist.x arbiters.x async.x backtrace.x boolean.x chars.x      \
     continuations.x debug.x deprecation.x deprecated.x discouraged.x   \
     dynl.x dynwind.x environments.x eq.x error.x eval.x evalext.x      \
     extensions.x feature.x fluids.x fports.x futures.x gc.x            \
-    gettext.c goops.x gsubr.x guardians.x                              \
+    gettext.x goops.x gsubr.x guardians.x                              \
     hash.x hashtab.x hooks.x i18n.x init.x ioext.x keywords.x lang.x   \
     list.x load.x macros.x mallocs.x modules.x numbers.x objects.x     \
     objprop.x options.x pairs.x ports.x print.x procprop.x procs.x     \