From afcdf6d16a6164fb499f56decef9834a07db2c6e Mon Sep 17 00:00:00 2001 From: kevind Date: Tue, 18 Jan 2000 10:23:07 +0000 Subject: [PATCH] * locate/Makefile.am: remove creation of updatedb, since it is now made by configure * locate/Makefile.am: place frcode, code, bigram in libexec_PROGRAMS --- locate/Makefile.am | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/locate/Makefile.am b/locate/Makefile.am index d1c3cb0..86a139e 100644 --- a/locate/Makefile.am +++ b/locate/Makefile.am @@ -15,24 +15,5 @@ LDADD = ../find/version.o ../lib/libfind.a $(PROGRAMS) $(LIBPROGRAMS): ../find/version.o ../lib/libfind.a -updatedb: updatedb.sh - rm -f $@ - version=`sed -e '/version_string/!d' -e 's/[^0-9.]*\([0-9.]*\).*/\1/' -e q $(top_srcdir)/find/version.c`; \ - find=`echo find|sed '$(transform)'`; \ - frcode=`echo frcode|sed '$(transform)'`; \ - bigram=`echo bigram|sed '$(transform)'`; \ - code=`echo code|sed '$(transform)'`; \ - sed \ - -e "s,@bindir@,$(bindir)," \ - -e "s,@libexecdir@,$(libexecdir)," \ - -e "s,@LOCATE_DB@,$(LOCATE_DB)," \ - -e "s,@version@,$$version," \ - -e "s,@find@,$$find," \ - -e "s,@frcode@,$$frcode," \ - -e "s,@bigram@,$$bigram," \ - -e "s,@code@,$$code," \ - $(srcdir)/updatedb.sh > $@ - chmod +x $@ - install: $(top_srcdir)/mkinstalldirs $(localstatedir) -- 2.11.4.GIT