Fix argparse difference on ubuntu 18.04

This commit is contained in:
Wilson Snyder 2021-01-16 13:57:56 -05:00
parent 1f105edf69
commit 2517bfd0af

View File

@ -288,7 +288,7 @@ V3Number_test: V3Number_test.o
#### Modules #### Modules
%__gen.cpp: %.cpp $(ASTGEN) V3Ast.h V3AstNodes.h %__gen.cpp: %.cpp $(ASTGEN) V3Ast.h V3AstNodes.h
$(PYTHON3) $(ASTGEN) -I$(srcdir) $*.cpp $(PYTHON3) $(ASTGEN) -I $(srcdir) $*.cpp
%.o: %.cpp %.o: %.cpp
$(OBJCACHE) ${CXX} ${CXXFLAGS} ${CPPFLAGSWALL} -c $< -o $@ $(OBJCACHE) ${CXX} ${CXXFLAGS} ${CPPFLAGSWALL} -c $< -o $@