24 lines
823 B
Plaintext
24 lines
823 B
Plaintext
|
$OpenBSD: patch-fixincludes_Makefile_in,v 1.1.1.1 2010/10/10 17:39:06 steven Exp $
|
||
|
--- fixincludes/Makefile.in.orig Wed Oct 11 01:48:09 2006
|
||
|
+++ fixincludes/Makefile.in Sun Jun 20 18:49:30 2010
|
||
|
@@ -83,7 +83,7 @@ default : all
|
||
|
##
|
||
|
## # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
|
||
|
|
||
|
-LIBIBERTY=../libiberty/libiberty.a
|
||
|
+#LIBIBERTY=../libiberty/libiberty.a
|
||
|
|
||
|
ALLOBJ = fixincl.o fixtests.o fixfixes.o server.o procopen.o \
|
||
|
fixlib.o fixopts.o
|
||
|
@@ -169,8 +169,8 @@ $(srcdir)/aclocal.m4: @MAINT@ $(srcdir)/../gcc/aclocal
|
||
|
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
|