Commit b741f153 authored by Richard Levitte's avatar Richard Levitte
Browse files

Make sure to run util/mktar.sh from the source directory

parent 76bc401c
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -231,6 +231,7 @@ TARFLAGS= {- $target{TARFLAGS} -}

BASENAME=       openssl
NAME=           $(BASENAME)-$(VERSION)
# Relative to $(SRCDIR)
TARFILE=        ../$(NAME).tar

##### Project flags ##################################################
@@ -873,7 +874,7 @@ tags TAGS: FORCE
# Release targets (note: only available on Unix) #####################

tar:
	$(SRCDIR)/util/mktar.sh --name='$(NAME)' --tarfile='$(TARFILE)'
	(cd $(SRCDIR); ./util/mktar.sh --name='$(NAME)' --tarfile='$(TARFILE)')

# Helper targets #####################################################