]> git.ipfire.org Git - thirdparty/lxc.git/commitdiff
Fix autogen failing because of clean/distclean overrides
authorStéphane Graber <stgraber@ubuntu.com>
Mon, 12 Nov 2012 19:33:55 +0000 (14:33 -0500)
committerStéphane Graber <stgraber@ubuntu.com>
Mon, 12 Nov 2012 19:33:55 +0000 (14:33 -0500)
A previous patch added a clean/distclean target to config/Makefile.am.
This conflicts with automake's own target.

This change replaces those by a clean-local and distclean-local target.

Signed-off-by: Stéphane Graber <stgraber@ubuntu.com>
config/Makefile.am

index 22636d94ed3e1e2d140910f2214bb65d3cb44b98..1611b7d7764ee02277cd6fa326abd8d303cb3cf6 100644 (file)
@@ -7,9 +7,9 @@ EXTRA_DIST = lxc.conf.ubuntu lxc.conf.libvirt lxc.conf.unknown
 lxc.conf:
        cp $(conffile) $@
 
-clean:
+clean-local:
        @$(RM) -f lxc.conf
 
-distclean:
+distclean-local:
        @$(RM) -f lxc.conf
        @$(RM) -f compile config.guess config.sub depcomp install-sh ltmain.sh missing Makefile.in Makefile