summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile15
1 files changed, 1 insertions, 14 deletions
diff --git a/Makefile b/Makefile
index 6af0dc2..3ddce26 100644
--- a/Makefile
+++ b/Makefile
@@ -61,9 +61,7 @@ clean: topclean
topclean:
rm -f *.html output.* *.tar.gz
-# Make a release archive. If $(VERSION) is specified, this will
-# also contain a `manifest' file which will be used to decide the
-# version number automatically.
+# Makef a release archive.
release: release.sh
./release.sh $(RELDIR) $(VERSION)
@@ -78,17 +76,6 @@ CFLAGS += -DLOGALLOC
LIBS += -lefence
endif
-ifndef VER
-ifdef VERSION
-VER := $(VERSION)
-endif
-endif
-ifdef VER
-VDEF = -DVERSION=\"$(VER)\"
-else
-VDEF = `(cd $(SRC); md5sum -c manifest >/dev/null 2>&1 && cat version)`
-endif
-
all: halibut
SRC := ../