From: Chris Mikkelson Date: Thu, 25 Oct 2012 19:16:37 +0000 (-0500) Subject: Use gmake-compatible target variable. X-Git-Url: https://git.mikk.net/?a=commitdiff_plain;h=d4441bcd7ee98e18981dd5ef4f306b7c1c5fc1a2;p=liburl Use gmake-compatible target variable. --- 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