mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
14 lines
297 B
Plaintext
14 lines
297 B
Plaintext
$NetBSD: patch-Makefile,v 1.1 2012/11/07 15:23:37 joerg Exp $
|
|
|
|
--- Makefile.orig 2012-11-05 19:40:37.000000000 +0000
|
|
+++ Makefile
|
|
@@ -7,7 +7,7 @@ MYCODEDIR := .
|
|
|
|
# Directories to search for header files
|
|
|
|
-SEARCHDIRS := -I- -I${MYCODEDIR}
|
|
+SEARCHDIRS := -I${MYCODEDIR}
|
|
|
|
# makemake variables
|
|
|