summaryrefslogtreecommitdiffstats
path: root/src/clients/kdestroy
diff options
context:
space:
mode:
Diffstat (limited to 'src/clients/kdestroy')
-rw-r--r--src/clients/kdestroy/ChangeLog4
-rw-r--r--src/clients/kdestroy/Makefile.in4
2 files changed, 6 insertions, 2 deletions
diff --git a/src/clients/kdestroy/ChangeLog b/src/clients/kdestroy/ChangeLog
index 9d96b5ffa0..f3d51232b4 100644
--- a/src/clients/kdestroy/ChangeLog
+++ b/src/clients/kdestroy/ChangeLog
@@ -1,3 +1,7 @@
+Mon May 10 15:09:31 1999 Danilo Almeida <dalmeida@mit.edu>
+
+ * Makefile.in: Do win32 build in subdir.
+
1998-11-13 Theodore Ts'o <tytso@rsts-11.mit.edu>
* Makefile.in: Set the myfulldir and mydir variables (which are
diff --git a/src/clients/kdestroy/Makefile.in b/src/clients/kdestroy/Makefile.in
index 6580a32a89..9489d2fa93 100644
--- a/src/clients/kdestroy/Makefile.in
+++ b/src/clients/kdestroy/Makefile.in
@@ -20,8 +20,8 @@ kdestroy: kdestroy.o $(KRB5_BASE_DEPLIBS)
##WIN32##INCLUDES = /I$(BUILDTOP)\include /I$(BUILDTOP)\include\krb5
##WIN32##CFLAGS = $(CCOPTS2) $(INCLUDES)
-##WIN32##all-windows:: kdestroy.exe
-##WIN32##kdestroy.exe: kdestroy.obj $(BUILDTOP)\util\windows\getopt.obj $(KLIB) $(CLIB)
+##WIN32##all-windows:: $(OUTPRE)kdestroy.exe
+##WIN32##$(OUTPRE)kdestroy.exe: $(OUTPRE)kdestroy.obj $(BUILDTOP)\util\windows\$(OUTPRE)getopt.obj $(KLIB) $(CLIB)
##WIN32## link /nologo /out:$@ $**