summaryrefslogtreecommitdiffstats
path: root/meta-rcar-gen3-adas/recipes-support/nlopt/nlopt/0001-Fix-compilation-error.patch
blob: 10b3594a6f4e06dea7f910430c72eb9203702c66 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
From 994c3fdbde7ce1b2a31d4bd3053aed7cdc857760 Mon Sep 17 00:00:00 2001
From: Petr Nechaev <petr.nechaev@cogentembedded.com>
Date: Sat, 31 Oct 2015 15:24:11 +0300
Subject: [PATCH 1/1] Fix compilation error

---
 swig/Makefile.am | 2 --
 1 file changed, 2 deletions(-)

diff --git a/swig/Makefile.am b/swig/Makefile.am
index 5ccbfe1..d55ac28 100644
--- a/swig/Makefile.am
+++ b/swig/Makefile.am
@@ -44,8 +44,6 @@ if MAINTAINER_MODE
 
 nlopt-guile.cpp nlopt.scm.in: $(SWIG_SRC) nlopt-guile.i $(HDR)
 	swig -I$(top_srcdir)/api -outdir $(builddir) -c++ -guile -scmstub -o $@ $(srcdir)/nlopt.i
-	rm -f nlopt.scm.in
-	mv nlopt.scm nlopt.scm.in
 
 nlopt-python.cpp nlopt.py: $(SWIG_SRC) nlopt-python.i numpy.i $(HDR)
 	swig -I$(top_srcdir)/api -outdir $(builddir) -c++ -python -o $@ $(srcdir)/nlopt.i
-- 
2.4.3