when executing make install on ubuntu, I got:
make install
make: 'install' is up to date.
This is due to the INSTALL file in the src tree, adding phony target should resolve this issue.
Signed-off-by: Zhao Junwang zhjwpku@gmail.com
when executing
make installon ubuntu, I got:make: 'install' is up to date.
This is due to the INSTALL file in the src tree, adding phony target
should resolve this issue.
Signed-off-by: Zhao Junwang zhjwpku@gmail.com