From bfe65155f6be776e07cd8f1405ec9c9ff2a5c811 Mon Sep 17 00:00:00 2001 From: ueno Date: Wed, 30 Jan 2002 12:22:47 +0000 Subject: [PATCH] * dcc/Makefile.am (package): New empty target. (install-package): New empty target. --- dcc/Makefile.am | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/dcc/Makefile.am b/dcc/Makefile.am index 81b32b3..270d34c 100644 --- a/dcc/Makefile.am +++ b/dcc/Makefile.am @@ -1,4 +1,3 @@ -## Process this file with automake to produce Makefile.in DEFS = -I$(srcdir) -I$(top_srcdir) $(CFLAGS) @DEFS@ LIBS = @LIBOBJS@ EXTRA_DIST = getopt.c getopt.h getopt1.c @@ -8,3 +7,6 @@ bin_PROGRAMS = ldcc ltcp ltcp_SOURCES = tcp.c ldcc_SOURCES = dcc.c + +package: all +install-package: package install -- 1.7.10.4