X-Git-Url: http://git.hcoop.net/bpt/emacs.git/blobdiff_plain/1e266c88b2ae2d7615d9aefe9a93ad520d02e680..418cd7265a941032b467215839b3726b3ba37b0b:/lib-src/Makefile.in diff --git a/lib-src/Makefile.in b/lib-src/Makefile.in index f1ad84f4d4..f3fd640576 100644 --- a/lib-src/Makefile.in +++ b/lib-src/Makefile.in @@ -117,8 +117,8 @@ MKDIR_P = @MKDIR_P@ INSTALLABLES = etags${EXEEXT} ctags${EXEEXT} emacsclient${EXEEXT} \ ebrowse${EXEEXT} -INSTALLABLE_SCRIPTS = rcs-checkin grep-changelog -STAMP_INST_SCRIPTS = stamp-rcs-checkin stamp-grep-changelog +INSTALLABLE_SCRIPTS = grep-changelog +STAMP_INST_SCRIPTS = stamp-grep-changelog # Things that Emacs runs internally, or during the build process, # which should not be installed in bindir. @@ -195,10 +195,6 @@ stamp-rcs2log: $(srcdir)/rcs2log $(insrcdir) || cp -p $(srcdir)/rcs2log rcs2log touch $@ -stamp-rcs-checkin: $(srcdir)/rcs-checkin - $(insrcdir) || cp -p $(srcdir)/rcs-checkin rcs-checkin - touch $@ - stamp-grep-changelog: $(srcdir)/grep-changelog $(insrcdir) || cp -p $(srcdir)/grep-changelog grep-changelog touch $@