diff options
Diffstat (limited to 'src/clients/kdestroy/Makefile.in')
-rw-r--r-- | src/clients/kdestroy/Makefile.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/clients/kdestroy/Makefile.in b/src/clients/kdestroy/Makefile.in index 22c485c46..f91778b16 100644 --- a/src/clients/kdestroy/Makefile.in +++ b/src/clients/kdestroy/Makefile.in @@ -1,5 +1,5 @@ -thisconfigdir=./../ -BUILDTOP=$(U)$(U) +thisconfigdir=./.. +BUILDTOP=$(REL)$(U)$(S)$(U) ##DOS##BUILDTOP=..\.. CFLAGS = $(CCOPTS) $(DEFS) $(LOCALINCLUDE) @@ -17,7 +17,7 @@ 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## link /nologo /out:$@ $** |