Skip to content

Commit a5791fa

Browse files
committed
Fix GNUmake
1 parent 52a0719 commit a5791fa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ExampleCodes/Basic/HeatEquation_EX0_C/Exec/GNUmakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ include $(AMREX_HOME)/Tools/GNUMake/Make.defs
1111

1212
include ../Source/Make.package
1313
VPATH_LOCATIONS += ../Source
14-
INCLUDE_LOCATIONS += ./Source
14+
INCLUDE_LOCATIONS += ../Source
1515

1616
include $(AMREX_HOME)/Src/Base/Make.package
1717

0 commit comments

Comments
 (0)