From 637c80aa6f1bbbb93935fe102790820e8bec3a27 Mon Sep 17 00:00:00 2001 From: Darren Tucker Date: Fri, 18 Aug 2006 20:56:18 +1000 Subject: - (dtucker) [openbsd-compat/regress/Makefile.in] Use implicit rules for the test progs instead; they work better than what we have. --- openbsd-compat/regress/Makefile.in | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) (limited to 'openbsd-compat') diff --git a/openbsd-compat/regress/Makefile.in b/openbsd-compat/regress/Makefile.in index 3a0a4c4da..22dab2837 100644 --- a/openbsd-compat/regress/Makefile.in +++ b/openbsd-compat/regress/Makefile.in @@ -1,4 +1,4 @@ -# $Id: Makefile.in,v 1.2 2006/08/17 09:40:35 dtucker Exp $ +# $Id: Makefile.in,v 1.3 2006/08/18 10:56:19 dtucker Exp $ sysconfdir=@sysconfdir@ piddir=@piddir@ @@ -26,15 +26,6 @@ t-exec: $(TESTPROGS) done @echo finished compat regress tests -strtonumtest: strtonumtest.c $(LIBCOMPAT) - $(CC) $(CFLAGS) $(CPPFLAGS) -o strtonumtest $< $(LDFLAGS) - -strduptest: strduptest.c $(LIBCOMPAT) - $(CC) $(CFLAGS) $(CPPFLAGS) -o strduptest $< $(LDFLAGS) - -closefromtest: closefromtest.c $(LIBCOMPAT) - $(CC) $(CFLAGS) $(CPPFLAGS) -o closefromtest $< $(LDFLAGS) - clean: rm -f *.o *.a core $(TESTPROGS) valid.out -- cgit v1.2.3