Make windows install target depend on build target
Add a dependency on the windows build target to allow building and installing GKrellM using a single target. This fixes calling "make install_windows" without a prior call to "make windows".
This commit is contained in:
parent
1ffcfaca72
commit
e611393dfa
2
Makefile
2
Makefile
|
@ -188,7 +188,7 @@ install_solaris: install_gkrellm.pc
|
|||
(cd src && ${MAKE} install_solaris)
|
||||
(cd server && ${MAKE} install_solaris)
|
||||
|
||||
install_windows: install_gkrellm.pc
|
||||
install_windows: windows install_gkrellm.pc
|
||||
(cd po && ${MAKE} install)
|
||||
(cd src && ${MAKE} install_windows)
|
||||
(cd server && ${MAKE} install_windows)
|
||||
|
|
Loading…
Reference in New Issue