From ea47a364680e2a501381048eb09cb257ac88b8db Mon Sep 17 00:00:00 2001 From: jjgarcia Date: Sun, 22 Sep 2002 11:49:49 +0000 Subject: [PATCH] Fix typo. --- src/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Makefile.in b/src/Makefile.in index 4b0eeb9d7..86ba9dcee 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -41,7 +41,7 @@ LIBRARIES = @LIBRARIES@ LSP_LIBRARIES = @LSP_LIBRARIES@ TARGETS = @TARGETS@ -all: (TARGETS) doc +all: $(TARGETS) doc .PHONY: all %Makefile: $(srcdir)/%Makefile.in config.status