From: Dave Brolley Date: Thu, 21 Jan 2010 16:43:16 +0000 (-0500) Subject: PR 11201: From Eugeniy Meshcheryakov (eugen@debian.org): X-Git-Tag: release-1.2~217 X-Git-Url: https://sourceware.org/git/?a=commitdiff_plain;h=c32d53de58e44c31893fdc465d04fffdd98bc121;p=systemtap.git PR 11201: From Eugeniy Meshcheryakov (eugen@debian.org): Remove $(pkglibexec_SCRIPTS) from CLEANFILES. --- diff --git a/Makefile.am b/Makefile.am index a7603fb26..0de78ad06 100644 --- a/Makefile.am +++ b/Makefile.am @@ -184,7 +184,7 @@ install-exec-hook: # make install, and have "sudo stap ...." or "sudo staprun ...." work later. -CLEANFILES += $(pkglibexec_PROGRAMS) $(pkglibexec_SCRIPTS) +CLEANFILES += $(pkglibexec_PROGRAMS) if BUILD_TRANSLATOR if HAVE_NSS diff --git a/Makefile.in b/Makefile.in index e655f8a2d..f9a43a79f 100644 --- a/Makefile.in +++ b/Makefile.in @@ -438,8 +438,7 @@ BUILT_SOURCES = git_version.stamp $(am__append_15) # Why the "id -u" condition? This way, an unprivileged user can run # make install, and have "sudo stap ...." or "sudo staprun ...." work later. -CLEANFILES = git_version.h $(am__append_16) $(pkglibexec_PROGRAMS) \ - $(pkglibexec_SCRIPTS) +CLEANFILES = git_version.h $(am__append_16) $(pkglibexec_PROGRAMS) GIT_VERSION_CMD = $(SHELL) $(top_srcdir)/git_version.sh PHONIES = $(am__append_12) $(am__append_18) dist-gzip @BUILD_TRANSLATOR_TRUE@stap_CFLAGS = $(AM_CFLAGS) @PIECFLAGS@ -D_FILE_OFFSET_BITS=64