Skip to content

Commit

Permalink
Ups, forgot to change message for python compiler.
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexey Sokolov committed Oct 29, 2011
1 parent f4097e6 commit c00ad1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/modpython/Makefile.inc
Expand Up @@ -64,7 +64,7 @@ modpython/compiler.o: modpython/compiler.cpp Makefile
$(E) Building optimizer for python files...
$(Q)$(CXX) $(PYTHONCOMMON) -o $@ $< -c -MMD -MF .depend/modpython.compiler.dep
modpython/compiler: modpython/compiler.o Makefile
$(E) Building optimizer for python files...
$(E) Linking optimizer for python files...
$(Q)$(CXX) -o $@ $< $(PY_LDFLAGS)

modpython_install: install_datadir modpython_all
Expand Down

0 comments on commit c00ad1a

Please sign in to comment.