diff options
author | Dan Williams <dcbw@redhat.com> | 2010-01-18 15:37:06 -0800 |
---|---|---|
committer | Dan Williams <dcbw@redhat.com> | 2010-01-18 15:37:06 -0800 |
commit | a1520465fd5b5ad6a75508f5b776a77404425daa (patch) | |
tree | ce3849e27c6763e5b3f100221abf358a15139dbd /Makefile.am | |
parent | 4cb58b8f5f373f5717005a5216d1b4ee8802839c (diff) | |
download | ModemManager-a1520465fd5b5ad6a75508f5b776a77404425daa.tar.gz |
build: fix 'make clean'
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index 6ceaf226c..eee08470a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -16,8 +16,7 @@ docs/spec.html: $(XMLS) introspection/all.xml doc-generator.xsl all: $(GENERATED_FILES) -clean: - rm -f $(GENERATED_FILES) +CLEANFILES = $(GENERATED_FILES) endif SUBDIRS = marshallers src plugins introspection test |