aboutsummaryrefslogtreecommitdiffstats
path: root/extras/path_id
diff options
context:
space:
mode:
authorKay Sievers <kay.sievers@vrfy.org>2008-12-06 04:03:08 +0100
committerKay Sievers <kay.sievers@vrfy.org>2008-12-06 04:03:08 +0100
commit5d89ef7bf94d8a708a1159be22eb1cf458a1d101 (patch)
treeba18b54b2d0aeb4ed5e31013e89a603b7e7398a1 /extras/path_id
parent626ed3b6c119090dab7bd7491c423ef8ef93c94b (diff)
downloadudev-5d89ef7bf94d8a708a1159be22eb1cf458a1d101.tar.gz
make: do not delete autotools generated file with distclean
[...] running the command `make maintainer-clean' should not delete `configure' even if `configure' can be remade using a rule in the Makefile. More generally, `make maintainer-clean' should not delete anything that needs to exist in order to run `configure' and then begin to build the program. This is the only exception; `maintainer-clean' should delete everything else that can be rebuilt.
Diffstat (limited to 'extras/path_id')
-rw-r--r--extras/path_id/Makefile.am4
1 files changed, 0 insertions, 4 deletions
diff --git a/extras/path_id/Makefile.am b/extras/path_id/Makefile.am
index b85b7473..f4892903 100644
--- a/extras/path_id/Makefile.am
+++ b/extras/path_id/Makefile.am
@@ -6,7 +6,3 @@ dist_udevhome_SCRIPTS = \
dist_man_MANS = \
path_id.8
-
-distclean-local:
- rm -f Makefile.in
-