diff options
author | Darren Tucker <dtucker@zip.com.au> | 2006-08-18 20:56:18 +1000 |
---|---|---|
committer | Darren Tucker <dtucker@zip.com.au> | 2006-08-18 20:56:18 +1000 |
commit | 637c80aa6f1bbbb93935fe102790820e8bec3a27 (patch) | |
tree | d236bfd7ed7dbc6eaf3e01af3b8e7b629a9d045b /openbsd-compat/regress | |
parent | ec4e4daa6c9010aee4d0a6c6d49f740e1b0f4013 (diff) |
- (dtucker) [openbsd-compat/regress/Makefile.in] Use implicit rules for the
test progs instead; they work better than what we have.
Diffstat (limited to 'openbsd-compat/regress')
-rw-r--r-- | openbsd-compat/regress/Makefile.in | 11 |
1 files changed, 1 insertions, 10 deletions
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 @@ | |||
1 | # $Id: Makefile.in,v 1.2 2006/08/17 09:40:35 dtucker Exp $ | 1 | # $Id: Makefile.in,v 1.3 2006/08/18 10:56:19 dtucker Exp $ |
2 | 2 | ||
3 | sysconfdir=@sysconfdir@ | 3 | sysconfdir=@sysconfdir@ |
4 | piddir=@piddir@ | 4 | piddir=@piddir@ |
@@ -26,15 +26,6 @@ t-exec: $(TESTPROGS) | |||
26 | done | 26 | done |
27 | @echo finished compat regress tests | 27 | @echo finished compat regress tests |
28 | 28 | ||
29 | strtonumtest: strtonumtest.c $(LIBCOMPAT) | ||
30 | $(CC) $(CFLAGS) $(CPPFLAGS) -o strtonumtest $< $(LDFLAGS) | ||
31 | |||
32 | strduptest: strduptest.c $(LIBCOMPAT) | ||
33 | $(CC) $(CFLAGS) $(CPPFLAGS) -o strduptest $< $(LDFLAGS) | ||
34 | |||
35 | closefromtest: closefromtest.c $(LIBCOMPAT) | ||
36 | $(CC) $(CFLAGS) $(CPPFLAGS) -o closefromtest $< $(LDFLAGS) | ||
37 | |||
38 | clean: | 29 | clean: |
39 | rm -f *.o *.a core $(TESTPROGS) valid.out | 30 | rm -f *.o *.a core $(TESTPROGS) valid.out |
40 | 31 | ||