openbsd-ports/lang/gcc/4.0/patches/patch-fixincludes_Makefile_in
espie 5fcba21418 yet another mkstemp needed.
allow fixinc tests to not run.
fix acats to not use type, since which works...
2005-01-07 11:33:14 +00:00

15 lines
537 B
Plaintext

$OpenBSD: patch-fixincludes_Makefile_in,v 1.1 2005/01/07 11:33:14 espie Exp $
--- fixincludes/Makefile.in.orig Fri Jan 7 04:10:08 2005
+++ fixincludes/Makefile.in Fri Jan 7 04:10:14 2005
@@ -163,8 +163,8 @@ $(srcdir)/aclocal.m4: @MAINT@ $(srcdir)/
cp $(srcdir)/../gcc/aclocal.m4 .
check : all
- autogen -T $(srcdir)/check.tpl $(srcdir)/inclhack.def
- $(SHELL) ./check.sh $(srcdir)/tests/base
+ -autogen -T $(srcdir)/check.tpl $(srcdir)/inclhack.def
+ -$(SHELL) ./check.sh $(srcdir)/tests/base
@rm -f ./check.sh
install : all