From 4bdc626574a55308dec827b307b7e87a4a82cfc4 Mon Sep 17 00:00:00 2001 From: pnenzi Date: Sun, 23 Jul 2000 18:46:48 +0000 Subject: [PATCH] Another correction to the makefile (hlp->help) --- src/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Makefile.am b/src/Makefile.am index 2aa0880d4..7ba14dca2 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -97,7 +97,7 @@ nutmeg_LDADD = \ help_SOURCES = help.c help_LDADD = \ - frontend/hlp/libhlp.a \ + frontend/help/libhlp.a \ frontend/parser/libparser.a \ frontend/libfte.a \ misc/libmisc.a