mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-29 23:13:54 -04:00
16 lines
443 B
Plaintext
16 lines
443 B
Plaintext
$NetBSD: patch-ag,v 1.3 2015/01/29 09:47:03 mef Exp $
|
|
|
|
date: 2006-02-07 12:54:25 +0900; author: minskim; state: Exp;
|
|
Make "install" a phony target, so that it works on a case-insensitive
|
|
file system.
|
|
|
|
--- Makefile.in.orig 2006-10-17 16:15:19.000000000 +0000
|
|
+++ Makefile.in
|
|
@@ -75,4 +75,6 @@ README: README.html
|
|
TAGS info dvi:
|
|
# do nothing
|
|
|
|
+.PHONY: install
|
|
+
|
|
.PHONY: install #people with case-insensitive filesystems lose otherwise!
|