* Makefile.in (subauth): Add dependency on mingw.
This commit is contained in:
parent
6f1d48621e
commit
bee65cb860
|
@ -1,3 +1,7 @@
|
||||||
|
2006-08-02 Christopher Faylor <cgf@timesys.com>
|
||||||
|
|
||||||
|
* Makefile.in (subauth): Add dependency on mingw.
|
||||||
|
|
||||||
2006-07-23 Christopher Faylor <cgf@timesys.com>
|
2006-07-23 Christopher Faylor <cgf@timesys.com>
|
||||||
|
|
||||||
* Makefile.in: Update copyright. Fix 'check' target so that it will
|
* Makefile.in: Update copyright. Fix 'check' target so that it will
|
||||||
|
|
|
@ -128,3 +128,5 @@ install_mingw: w32api
|
||||||
install_cygwin: w32api
|
install_cygwin: w32api
|
||||||
|
|
||||||
install_cygserver: cygwin
|
install_cygserver: cygwin
|
||||||
|
|
||||||
|
subauth: mingw
|
||||||
|
|
Loading…
Reference in New Issue