ports/www/vimb/files/patch-Makefile
2025-02-06 10:57:51 +00:00

14 lines
374 B
Text

--- Makefile.orig 2025-01-26 14:39:03 UTC
+++ Makefile
@@ -3,11 +3,6 @@ all: version.h src.subdir-all
all: version.h src.subdir-all
-version.h: Makefile $(wildcard .git/index)
- @echo "create $@"
- $(Q)v="$$(git describe --tags 2>/dev/null)"; \
- echo "#define VERSION \"$${v:-$(version)}\"" > $@
-
options:
@echo "vimb build options:"
@echo "LIBS = $(LIBS)"