7b8fcda725
- old tricks with $${DESTDIR} to make sure the compilation path is okay. - patchlet to compile without gnu-make - patchlet to not force any mcpu= on i386. To do: reenable extra features if they work.
13 lines
572 B
Plaintext
13 lines
572 B
Plaintext
$OpenBSD: patch-EnginePl_Makefile_in,v 1.1.1.1 2004/09/26 14:48:29 espie Exp $
|
|
--- EnginePl/Makefile.in.orig Sun Sep 26 16:45:00 2004
|
|
+++ EnginePl/Makefile.in Sun Sep 26 16:45:21 2004
|
|
@@ -55,7 +55,7 @@ cpp_headers@EXE_SUFFIX@: cpp_headers.c
|
|
|
|
|
|
$(TOP_LEVEL).h: headers.h cpp_headers
|
|
- D=`(cd ..;for i in *;do test -d $$i && X="$$X $(ROOT_DIR1)/src/$$i";done;echo $$X)`; ./cpp_headers headers.h $(TOP_LEVEL).h $$D
|
|
+ D=`(cd ..;set +e; for i in *;do test -d $$i && X="$$X $(ROOT_DIR1)/src/$$i";done;echo $$X)`; ./cpp_headers headers.h $(TOP_LEVEL).h $$D
|
|
|
|
|
|
# General core
|