X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=Makefile.in;h=05af6da8e58588ef842cc3549e7d8bd8e67f7ca6;hp=9dd68c24ccd2ca046a5a1469ac4edc5dc27edc17;hb=8f3685d67bcec78c7028eedc9ee0fcaefb3aa13f;hpb=b52eab0d4a343b1c5f455bd81032570dea166ec2 diff --git a/Makefile.in b/Makefile.in index 9dd68c24..05af6da8 100644 --- a/Makefile.in +++ b/Makefile.in @@ -12,7 +12,7 @@ build_date := $(shell date) uname_s := $(shell uname -s 2>/dev/null || echo "UNKNOWN_OS") uname_rs := $(shell uname -rs) cc_version := $(shell $(CC) --version | head -n 1) -codename := probabilistic parity +codename := axiomatic perspectivity DEBUG_CPPFLAGS += -Wno-sign-compare -g -Wunused -Wundef -W DEBUG_CPPFLAGS += -Wredundant-decls @@ -238,7 +238,7 @@ install: all man @PACKAGE_TARNAME@-@PACKAGE_VERSION@.tar.bz2: $(tarball_add) rm -rf $(tarball_pfx).tar.bz2 $(tarball_pfx) - git-archive --format=tar --prefix=$(tarball_pfx)/ HEAD \ + git archive --format=tar --prefix=$(tarball_pfx)/ HEAD \ | tar --delete $(tarball_delete) > $(tarball_pfx).tar mkdir $(tarball_pfx) cp -r $(tarball_add) $(tarball_pfx)