Skip to content

Commit

Permalink
fix the preprocessing
Browse files Browse the repository at this point in the history
  • Loading branch information
zingale committed Jun 14, 2018
1 parent 07e5de8 commit dcf863b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions Tools/F_scripts/preprocess.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,6 @@ def preprocess(self, sf, add_name="F90PP"):
command = "{} {} {}".format(self.cpp_cmd, self.defines,
sf.name)

print("running {}".format(command))

stdout, rc = run(command, outfile=processed_file)

if rc == 0:
Expand Down
2 changes: 1 addition & 1 deletion Tools/GNUMake/Make.rules
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ $(TmpBuildDir)/header_temp: $(F90EXE_sources) $(FEXE_sources)
--headers "$(FEXE_headers) $(F90EXE_headers)" \
--fortran "$(F90EXE_sources) $(FEXE_sources)" \
--cxx "$(CEXE_sources)" \
--cpp "$(HOST_CC) -E -P -x c -std=c99" \
--cpp "$(HOST_CC) -E -P" \
--defines "$(FINAL_CPPFLAGS) $(includes)"
endif

Expand Down

0 comments on commit dcf863b

Please sign in to comment.