install-lib-links: remove the .install-lib-links file
authorEmil Velikov <emil.l.velikov@gmail.com>
Tue, 24 Feb 2015 14:05:15 +0000 (14:05 +0000)
committerEmil Velikov <emil.l.velikov@gmail.com>
Tue, 24 Feb 2015 15:33:25 +0000 (15:33 +0000)
With earlier commit (install-lib-links: don't depend on .libs directory)
we moved the location of the file from .libs/ to the current dir.
Although we did not attribute that in the former case autotools was
doing us a favour and removing the file. Explicitly remove the file at
clean-local time, otherwise we'll end up with dangling files.

Cc: "10.3 10.4 10.5" <mesa-stable@lists.freedesktop.org>
Cc: Matt Turner <mattst88@gmail.com>
Cc: Lucas Stach <l.stach@pengutronix.de>
Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
install-lib-links.mk

index 3545b268ebd19afd0ec4c909162f93e1fead331f..5fe9141d3bfafb9de831bb3cb0569a431a7ef444 100644 (file)
@@ -19,6 +19,7 @@ clean-local:
        for f in $(notdir $(lib_LTLIBRARIES:%.la=.libs/%.$(LIB_EXT)*)); do \
                $(RM) $(top_builddir)/$(LIB_DIR)/$$f;   \
        done;
+       $(RM) .install-mesa-links
 
 endif
 endif