blob: 661a350e6d288f6c85374488b1ec149e183bf695 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
$NetBSD: patch-ax,v 1.3 2005/07/14 14:59:10 wiz Exp $
--- port/Makefile.in.orig 2005-07-14 16:45:12.000000000 +0200
+++ port/Makefile.in
@@ -66,7 +66,7 @@ host_triplet = @host@
target_triplet = @target@
subdir = port
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in getopt.c \
- strcasecmp.c strtoul.c
+ lfind.c strcasecmp.c strtoul.c
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
am__aclocal_m4_deps = $(top_srcdir)/libtool.m4 \
$(top_srcdir)/acinclude.m4 $(top_srcdir)/configure.ac
@@ -284,6 +284,7 @@ distclean-compile:
-rm -f *.tab.c
@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/getopt.Plo@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/lfind.Plo@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/strcasecmp.Plo@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/strtoul.Plo@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dummy.Plo@am__quote@
|