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:
Stefan Gehn 2014-09-27 16:29:25 +02:00
parent 1ffcfaca72
commit e611393dfa
1 changed files with 1 additions and 1 deletions

View File

@ -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)