aboutsummaryrefslogtreecommitdiff
path: root/src/tests/shlib/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'src/tests/shlib/Makefile.in')
-rw-r--r--src/tests/shlib/Makefile.in8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/tests/shlib/Makefile.in b/src/tests/shlib/Makefile.in
index 9ad575d..ce67be4 100644
--- a/src/tests/shlib/Makefile.in
+++ b/src/tests/shlib/Makefile.in
@@ -6,7 +6,7 @@ BUILDTOP=$(REL)..$(S)..
SRCS=$(srcdir)/t_loader.c
-all::
+all:
run-t_loader: t_loader
$(RUN_TEST) ./t_loader
@@ -14,10 +14,10 @@ run-t_loader: t_loader
t_loader: t_loader.o
$(CC_LINK) -o t_loader t_loader.o $(DL_LIB)
-check-unix::
+check-unix:
-install::
+install:
-clean::
+clean:
$(RM) t_loader.o t_loader