summaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorDave Brolley <brolley@redhat.com>2010-01-21 11:43:16 -0500
committerDave Brolley <brolley@redhat.com>2010-01-21 11:43:16 -0500
commitc32d53de58e44c31893fdc465d04fffdd98bc121 (patch)
treed1b9b4cfc8cfe0649548d9feaa9a22177f1d0081 /Makefile.in
parent6e4a696d4f95b5adc92049fa98f390a096f7e00f (diff)
downloadsystemtap-steved-c32d53de58e44c31893fdc465d04fffdd98bc121.tar.gz
systemtap-steved-c32d53de58e44c31893fdc465d04fffdd98bc121.tar.xz
systemtap-steved-c32d53de58e44c31893fdc465d04fffdd98bc121.zip
PR 11201: From Eugeniy Meshcheryakov (eugen@debian.org):
Remove $(pkglibexec_SCRIPTS) from CLEANFILES.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in
index e655f8a2..f9a43a79 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