summaryrefslogtreecommitdiff
path: root/math/mathomatic/patches/patch-makefile
blob: 56c3ebda0505a16e79ad6c517de4d01e7a29171d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-makefile,v 1.1 2012/02/23 07:57:56 asau Exp $

--- makefile.orig	2011-11-20 01:11:14.000000000 +0000
+++ makefile
@@ -33,7 +33,7 @@ SHELL		= /bin/sh # from "http://www.gnu.
 CC		?= gcc # C compiler to use; this statement doesn't work usually, instead using cc.
 M4		?= m4 # Change this to gm4 in Unix or a non-GNU system.
 INSTALL		?= install # Installer utility to use; change to ginstall under Unix.
-INSTALL_PROGRAM	?= $(INSTALL) -Cv # Command to install executable program files; compares to see if any differences, first.
+INSTALL_PROGRAM	?= $(INSTALL) # Command to install executable program files
 INSTALL_DATA	?= $(INSTALL) -m 0644 # command to install data files
 
 CC_OPTIMIZE	?= -O3 # Default C compiler optimization flags that are safe.