mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-16 00:30:06 +02:00
24 lines
763 B
Diff
24 lines
763 B
Diff
Index: Makefile.in
|
|
===================================================================
|
|
--- Makefile.in (revision 619048)
|
|
+++ Makefile.in (working copy)
|
|
@@ -18,7 +18,7 @@
|
|
INCDIR=./include
|
|
OSDIR=$(top_srcdir)/include/arch/@OSDIR@
|
|
DEFOSDIR=$(INCDIR)/arch/@DEFAULT_OSDIR@
|
|
-INCLUDES=-I$(INCDIR) -I$(OSDIR) -I$(DEFOSDIR) -I$(top_srcdir)/include
|
|
+INCLUDES=-I$(INCDIR) -I$(OSDIR) -I$(DEFOSDIR) -I$(top_srcdir)/include/arch/@DEFAULT_OSDIR@ -I$(top_srcdir)/include
|
|
|
|
#
|
|
# Macros for target determination
|
|
Index: build/gen-build.py
|
|
===================================================================
|
|
--- build/gen-build.py (revision 619048)
|
|
+++ build/gen-build.py (working copy)
|
|
@@ -1,4 +1,4 @@
|
|
-#!/usr/bin/env python
|
|
+#!/bin/env python
|
|
#
|
|
# USAGE: gen-build.py TYPE
|
|
#
|