]> git.ipfire.org Git - thirdparty/lxc.git/commitdiff
Fix 'make clean'
authorStéphane Graber <stgraber@ubuntu.com>
Tue, 26 Mar 2013 18:03:17 +0000 (14:03 -0400)
committerStéphane Graber <stgraber@ubuntu.com>
Tue, 26 Mar 2013 18:54:12 +0000 (14:54 -0400)
This is mostly to make debuild happy as it doesn't tolerate any
leftover file when building twice in a row.

Signed-off-by: Stéphane Graber <stgraber@ubuntu.com>
Acked-by: Serge E. Hallyn <serge.hallyn@ubuntu.com>
doc/Makefile.am
src/python-lxc/Makefile.am

index b5887123d9f6aa706eb38bf0d8e0455136a65bba..1a24695487d4674652b769e8de546b83fe23f596 100644 (file)
@@ -60,6 +60,6 @@ endif
 
 lxc-%.sgml : common_options.sgml see_also.sgml
 
-maintainer-clean-local:
+clean-local:
        $(RM) manpage.* *.7 *.5 *.1 $(man_MANS)
 endif
index bdb6dbdd7d441c0944fb716d0ad6822d78953792..f81dbff53a1f11bb845a555dd1ab26104e2b7144 100644 (file)
@@ -16,7 +16,7 @@ install:
                $(PYTHON) setup.py install --root=$(DESTDIR) --prefix=$(prefix) --no-compile $(DISTSETUPOPTS); \
        fi
 
-clean:
+clean-local:
        rm -rf build
 
 endif