lib.mk: Remove ld-*.conf on clean

This commit is contained in:
Jan Lindemann 2008-05-06 16:04:08 +00:00 committed by Jan Lindemann
commit 8bc1e21b01

View file

@ -24,7 +24,7 @@ ifeq ($(TARGET),mingw)
endif
clean.all:
rm -rf *.a *.o *~ st* .*.swp *.done
rm -rf *.a *.o *~ st* .*.swp *.done ld-*.conf
ld-%.conf:
echo $(INSTALL_LIBDIR) > $@.tmp