From d4441bcd7ee98e18981dd5ef4f306b7c1c5fc1a2 Mon Sep 17 00:00:00 2001 From: Chris Mikkelson Date: Thu, 25 Oct 2012 14:16:37 -0500 Subject: [PATCH] Use gmake-compatible target variable. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 04e27d4..5014c36 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ CFLAGS=-g -fPIC -Wall -Werror -I/usr/local/include .c.o: - $(CC) $(CFLAGS) -c $> + $(CC) $(CFLAGS) -c $< SRCS=msgproc.c base64.c quoted-printable.c re_stream.c text.c \ multipart.c message.c -- 2.50.1