Skip to content

Commit 2062b69

Browse files
committed
Fix missing $(CXXFLAGS) in md2edp
1 parent 70faef6 commit 2062b69

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

AutoGeneratedFile.tar.gz

6.92 KB
Binary file not shown.

Makefile.am

+1-1
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ ide:
204204
cd src/ide && $(MAKE) $(AM_MAKEFLAGS) FreeFem++-cs$(EXEEXT)
205205

206206
bin/md2edp$(EXEEXT):etc/tools/md2edp.cpp
207-
$(CXX) etc/tools/md2edp.cpp -o bin/md2edp$(EXEEXT)
207+
$(CXX) $(CXXFLAGS) etc/tools/md2edp.cpp -o bin/md2edp$(EXEEXT)
208208

209209
# Cleaning generated files which are stored in the CVS repository, to
210210
# avoid technical CVS conflicts.

0 commit comments

Comments
 (0)