aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index d159bef..5b63d46 100644
--- a/Makefile
+++ b/Makefile
@@ -33,7 +33,6 @@ OBJ =\
libexec_get_documents.o\
libexec_getenv.o\
libexec_getenv_last.o\
- libexec_init_command.o\
libexec_input_data_copy.o\
libexec_input_data_gift.o\
libexec_input_text_copy.o\
@@ -105,8 +104,8 @@ HDR =\
common.h
LOBJ = $(OBJ:.o=.lo)
-TOBJ = $(OBJ:.o=.to)
-TEST = $(OBJ:.o=.test)
+TOBJ = $(OBJ:.o=.to) LIBEXEC_COMMAND_INIT.to
+TEST = $(TOBJ:.to=.test)
all: libexec.a libexec.$(LIBEXT) $(TEST)