Signed-off-by: Sven Eckelmann sven@narfation.org --- This patch depends on other patches submitted earlier: - vis: Remove obsolete creation of source packages - vis: Remove subversion/svk revision information
Makefile | 6 ------ 1 files changed, 0 insertions(+), 6 deletions(-)
diff --git a/Makefile b/Makefile index b3a7963..f7bcef9 100644 --- a/Makefile +++ b/Makefile @@ -32,17 +32,11 @@ LDFLAGS += -lpthread
SBINDIR = $(INSTALL_PREFIX)/usr/sbin
-LOG_BRANCH= trunk/vis - -SRC_FILES= "(.c)|(.h)|(Makefile)|(INSTALL)|(LIESMICH)|(README)|(THANKS)|(TRASH)|(Doxyfile)|(./posix)|(./linux)|(./bsd)|(./man)|(./doc)" - SRC_C= allocate.c hash.c list-batman.c vis.c udp_server.c SRC_H= allocate.h hash.h list-batman.h vis.h vis-types.h SRC_O= $(SRC_C:.c=.o)
-PACKAGE_NAME= vis BINARY_NAME= vis -SOURCE_VERSION_HEADER= vis.h
REVISION= $(shell if [ -d .git ]; then \ echo $$(git describe --always --dirty 2> /dev/null || echo "[unknown]"); \