mirror of
https://github.com/systemd/systemd.git
synced 2024-12-25 01:34:28 +03:00
5d89ef7bf9
[...] 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.
16 lines
193 B
Makefile
16 lines
193 B
Makefile
include $(top_srcdir)/Makefile.am.inc
|
|
|
|
SUBDIRS = \
|
|
ata_id \
|
|
cdrom_id \
|
|
edd_id \
|
|
path_id \
|
|
firmware \
|
|
collect \
|
|
floppy \
|
|
fstab_import \
|
|
rule_generator \
|
|
scsi_id \
|
|
usb_id \
|
|
volume_id
|