tools: remove targets clean and dist

We don't need them here as they are imported from Rules.mk

Signed-off-by: Laurent Vivier <laurent@vivier.eu>
This commit is contained in:
Laurent Vivier 2017-03-16 20:04:55 +00:00
parent bd8f87287c
commit 314268632b
1 changed files with 0 additions and 13 deletions

View File

@ -80,19 +80,6 @@ uninstall:
rm -f $(DESTDIR)/$(PREFIX)/sbin/emile-mktable
rm -f $(DESTDIR)/$(PREFIX)/sbin/emile-conf
dist:
@echo TAR tools
@for file in $(DISTFILES); do \
dir=$$(dirname $$file); \
if [ "$$dir" != "" ] ; then \
mkdir -p $(DISTDIR)/tools/$$dir; \
fi; \
cp -p $$file $(DISTDIR)/tools/$$file; \
done
clean:
rm -f *.o $(PROGRAMS)
include $(TOP)/../config.mk
include $(TOP)/../tools.mk
include $(TOP)/../Rules.mk