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/ata_id/Makefile.am | 3 --- 1 file changed, 3 deletions(-) (limited to 'extras/ata_id') diff --git a/extras/ata_id/Makefile.am b/extras/ata_id/Makefile.am index 47ab0d6631..d31fd2c93c 100644 --- a/extras/ata_id/Makefile.am +++ b/extras/ata_id/Makefile.am @@ -13,6 +13,3 @@ ata_id_SOURCES = \ dist_man_MANS = \ ata_id.8 - -distclean-local: - rm -f Makefile.in -- cgit v1.2.3-54-g00ecf