summaryrefslogtreecommitdiffstats
path: root/math/octave-forge-fenv/files/patch-src_Makefile
blob: 4c9ccd134ed0946053931cd461ed5b57737c2940 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
--- Makefile-orig	2010-06-06 16:11:01.000000000 -0500
+++ Makefile	2010-06-06 16:11:17.000000000 -0500
@@ -1,13 +1,10 @@
-include configure.in 	# This file is automatically generated by 
-			# ../pre_install.m and sets FENV_OPTS
-			
 OCT = fe_system_dependent.oct
 SRC := $(OCT:.oct=.cc)
 
 all: $(OCT)
 fe_system_dependent: $(OCT)
 
-%.oct: %.cc configure.in Makefile
+%.oct: %.cc Makefile
 	mkoctfile -s $< $(FENV_OPTS)
 
 
OpenPOWER on IntegriCloud