From 4d2072ce65f9ca1aab6a56999930f0af38dff5ec Mon Sep 17 00:00:00 2001 From: Manish Vachharajani Date: Sun, 28 Jun 1998 21:04:40 +0000 Subject: [PATCH] Fixed a type in the Makefile --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index a9a51430..4bae60c0 100644 --- a/Makefile.am +++ b/Makefile.am @@ -77,4 +77,4 @@ perl/Makefile.PL: perl/Makefile.PL.in Makefile perl/Libgtop.xs: perl/perl.awk $(top_builddir)/config.h $(top_srcdir)/features.def $(AWK) -f $(top_srcdir)/perl/perl.awk < $(top_srcdir)/features.def > perl/lgt-t - mv perl/lgt_t perl/Libgtop.xs + mv perl/lgt-t perl/Libgtop.xs