diff options
author | Manish Vachharajani <mvachhar@src.gnome.org> | 1998-06-28 21:04:40 +0000 |
---|---|---|
committer | Manish Vachharajani <mvachhar@src.gnome.org> | 1998-06-28 21:04:40 +0000 |
commit | 4d2072ce65f9ca1aab6a56999930f0af38dff5ec (patch) | |
tree | e550981e50a14f3dbe79a4c97b9ceb22b8e5c806 | |
parent | eb36f97c5001368ca39bdbf3c5062ee399250d8a (diff) | |
download | libgtop-4d2072ce65f9ca1aab6a56999930f0af38dff5ec.tar.gz |
Fixed a type in the Makefile
-rw-r--r-- | Makefile.am | 2 |
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 |