summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorManish Vachharajani <mvachhar@src.gnome.org>1998-06-28 21:04:40 +0000
committerManish Vachharajani <mvachhar@src.gnome.org>1998-06-28 21:04:40 +0000
commit4d2072ce65f9ca1aab6a56999930f0af38dff5ec (patch)
treee550981e50a14f3dbe79a4c97b9ceb22b8e5c806 /Makefile.am
parenteb36f97c5001368ca39bdbf3c5062ee399250d8a (diff)
downloadlibgtop-4d2072ce65f9ca1aab6a56999930f0af38dff5ec.tar.gz
Fixed a type in the Makefile
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
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