From 6809ecf2900257dec63321c186106e207d5690e6 Mon Sep 17 00:00:00 2001 From: Nicholas Malaya Date: Thu, 9 Feb 2012 21:24:42 +0000 Subject: [PATCH] [cantera]: fixing another small bug in make for mac friends --- Cantera/cxx/src/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cantera/cxx/src/Makefile.am b/Cantera/cxx/src/Makefile.am index 30c3558c7..fcd35b991 100644 --- a/Cantera/cxx/src/Makefile.am +++ b/Cantera/cxx/src/Makefile.am @@ -23,6 +23,6 @@ __top_builddir__build_lib_libctcxx_includedir = $(prefix)/include # header file accumulation all: @echo copying headers $< - cp -p ../include/*.h $(top_builddir)/build/include/ + cp -p *.h $(top_builddir)/build/include/ CLEANFILES = *.o