aboutsummaryrefslogtreecommitdiff
path: root/src/appl/simple/client/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'src/appl/simple/client/Makefile.in')
-rw-r--r--src/appl/simple/client/Makefile.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/appl/simple/client/Makefile.in b/src/appl/simple/client/Makefile.in
index d59baac..3859fce 100644
--- a/src/appl/simple/client/Makefile.in
+++ b/src/appl/simple/client/Makefile.in
@@ -1,15 +1,15 @@
mydir=appl$(S)simple$(S)client
BUILDTOP=$(REL)..$(S)..$(S)..
-all:: sim_client
+all: sim_client
LOCALINCLUDES= -I$(srcdir)/..
sim_client: sim_client.o $(KRB5_BASE_DEPLIBS)
$(CC_LINK) -o sim_client sim_client.o $(KRB5_BASE_LIBS)
-install::
+install:
$(INSTALL_PROGRAM) sim_client $(DESTDIR)$(CLIENT_BINDIR)/sim_client
-clean::
+clean:
$(RM) sim_client.o sim_client