$OpenBSD: patch-Makefile_in,v 1.3 2001/10/26 03:52:49 fgsch Exp $
--- Makefile.in.orig	Wed Oct  3 09:14:17 2001
+++ Makefile.in	Fri Oct 26 00:33:23 2001
@@ -136,16 +136,16 @@ dummy:
 
 # Tester for address parsing
 rfc822: rfc822.c
-	gcc -DTESTMAIN -g rfc822.c -o rfc822
+	$(CC) -DTESTMAIN -g -o $@ $?
 
 # Stand-alone MIME decoder
 unmime: unmime.c base64.c rfc822.c xmalloc.c report.c
-	$(CC) -DSTANDALONE -DHAVE_CONFIG_H -I. -g -o $@ $^
+	$(CC) -DSTANDALONE -DHAVE_CONFIG_H -I. -g -o $@ $?
 
 
 # Stand-alone netrc tester
 netrc: netrc.c xmalloc.o report.o
-	$(CC) -DSTANDALONE -DHAVE_CONFIG_H -I. -g -o $@ $^
+	$(CC) -DSTANDALONE -DHAVE_CONFIG_H -I. -g -o $@ $?
 
 .c.o:
 	$(CC) $(defines) -c $(CPFLAGS) -I. -I$(srcdir) -I$(top_builddir)/intl -I$(top_srcdir)/intl $(CEFLAGS) $(CFLAGS) $<
