From 5d89ef7bf94d8a708a1159be22eb1cf458a1d101 Mon Sep 17 00:00:00 2001 From: Kay Sievers Date: Sat, 6 Dec 2008 04:03:08 +0100 Subject: 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. --- extras/scsi_id/Makefile.am | 3 --- 1 file changed, 3 deletions(-) (limited to 'extras/scsi_id') diff --git a/extras/scsi_id/Makefile.am b/extras/scsi_id/Makefile.am index 08da1c9de5..29d5fe7344 100644 --- a/extras/scsi_id/Makefile.am +++ b/extras/scsi_id/Makefile.am @@ -21,6 +21,3 @@ dist_sysconf_DATA = \ dist_man_MANS = \ scsi_id.8 -distclean-local: - rm -f Makefile.in - -- cgit v1.2.3-54-g00ecf