ping/Makefile.am (MAINTAINERCLEANFILES): New variable.

This commit is contained in:
Alfred M. Szmidt
2007-03-29 19:55:47 +00:00
parent de11cc5ea0
commit e44ae1fdf6
2 changed files with 7 additions and 1 deletions

View File

@@ -1,3 +1,7 @@
2007-03-29 Debarshi Ray <debarshi.ray@gmail.com> (tiny change)
* ping/Makefile.am (MAINTAINERCLEANFILES): New variable.
2007-03-27 Debarshi Ray <debarshi.ray@gmail.com> (tiny change)
* bootstrap.conf (checkout_only_file): New variable.

View File

@@ -1,4 +1,4 @@
# Copyright (C) 2005 Free Software Foundation, Inc.
# Copyright (C) 2005, 2007 Free Software Foundation, Inc.
# This file is part of GNU Inetutils.
#
# GNU Inetutils is free software; you can redistribute it and/or modify
@@ -34,6 +34,8 @@ ping6_SOURCES = ping6.c ping_common.c ping_common.h ping6.h
SUIDMODE = -o root -m 4775
MAINTAINERCLEANFILES = Makefile.in
install-ping-hook:
-@for program in $(bin_PROGRAMS); do \
$(INSTALL_PROGRAM) $$program $(SUIDMODE) $(AM_INSTALL_PROGRAM_FLAGS) $(DESTDIR)$(bindir)/`echo $$program|sed '$(transform)'` ; \