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