From: Markus Armbruster Date: Sun, 22 Jan 2006 22:18:25 +0000 (+0000) Subject: (check-version): Didn't work with separate build tree. X-Git-Tag: PZ5~133 X-Git-Url: http://git.pond.sub.org/?p=empserver;a=commitdiff_plain;h=0219f68bd81cd4f90aa81556242b748f3adfd5df (check-version): Didn't work with separate build tree. --- diff --git a/Make.mk b/Make.mk index 00569e036..ed22d3c26 100644 --- a/Make.mk +++ b/Make.mk @@ -297,7 +297,7 @@ dist-info: info html $(tarball) $(TARNAME)-info-html-$(VERSION) -C info.html $(addsuffix .html, $(info)) check-version: - if [ $(VERSION) != `sed -n '/EMP_VERS_/s/#define EMP_VERS_\([A-Z]*\)[ \t]*//p' &2; false; \ fi