summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorPhilip Hazel <ph10@hermes.cam.ac.uk>2005-10-03 09:56:42 +0000
committerPhilip Hazel <ph10@hermes.cam.ac.uk>2005-10-03 09:56:42 +0000
commit99a4b039c498daf4231ae550271424fe563fd033 (patch)
treec038da719f3798885ea2bd90aa444982f064784e /src
parentf74acd1fdc6e8d289bf9bcdaebad81c34b157911 (diff)
Fix typo in pcre/Makefile.
Diffstat (limited to 'src')
-rw-r--r--src/src/pcre/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/src/pcre/Makefile b/src/src/pcre/Makefile
index 5f6569264..806aa7ca5 100644
--- a/src/src/pcre/Makefile
+++ b/src/src/pcre/Makefile
@@ -1,4 +1,4 @@
-# $Cambridge: exim/src/src/pcre/Makefile,v 1.4 2005/06/17 11:33:00 ph10 Exp $
+# $Cambridge: exim/src/src/pcre/Makefile,v 1.5 2005/10/03 09:56:42 ph10 Exp $
# Makefile for PCRE (Perl-Compatible Regular Expression) library for use by
# Exim. This is a tailored Makefile, not the normal one that comes with the
@@ -57,7 +57,7 @@ pcre_get.o: pcre_get.c pcre.h config.h pcre_internal.h Makefile
@echo "$(CC) pcre_get.c"
$(FE)$(CC) -c $(CFLAGS) pcre_get.c
-pcre_globals.: pcre_globals.c pcre.h config.h pcre_internal.h Makefile
+pcre_globals.o: pcre_globals.c pcre.h config.h pcre_internal.h Makefile
@echo "$(CC) pcre_globals.c"
$(FE)$(CC) -c $(CFLAGS) pcre_globals.c