X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=Makefile.in;h=d7e28568af3e7c6c22a609a6cd27504ccd22e2d1;hp=376adf810aa0a85df319799dd3ab008acd9ce33a;hb=0a2aa419ef9fcdb667ebcbe1a425802578aa153d;hpb=1c239b14cd775e28f74157ba0a8519157dbe2163 diff --git a/Makefile.in b/Makefile.in index 376adf81..d7e28568 100644 --- a/Makefile.in +++ b/Makefile.in @@ -16,11 +16,11 @@ install_sh = @install_sh@ build_date = $(shell date) system = $(shell uname -rs) cc_version = $(shell $(CC) --version | head -n 1) -codename = transient singularity +codename = inductive resonance -#DEBUG_CPPFLAGS += -Wno-sign-compare -g -Wunused -Wundef -W +DEBUG_CPPFLAGS += -Wno-sign-compare -g -Wunused -Wundef -W -#DEBUG_CPPFLAGS += -Wredundant-decls +DEBUG_CPPFLAGS += -Wredundant-decls # produces false positives # DEBUG_CPPFLAGS += -Wunreachable-code @@ -252,7 +252,7 @@ install: all @PACKAGE_TARNAME@-@PACKAGE_VERSION@.tar.bz2: $(tarball_add) doc rm -f $(tarball_pfx).tar.bz2 - git-tar-tree HEAD $(tarball_pfx) | tar --delete $(tarball_delete) > $(tarball_pfx).tar + git-archive --format=tar --prefix=$(tarball_pfx)/ HEAD | tar --delete $(tarball_delete) > $(tarball_pfx).tar mkdir $(tarball_pfx) cp -r $(tarball_add) $(tarball_pfx) tar c doc/man | (cd $(tarball_pfx); tar x)