X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=Makefile.in;h=243bec4c3335950658291d7e3d1a01689f49f159;hb=47473deeb2ba9ed84733892c1b9ab8ebe360713a;hp=230c01177e35f07b23fd76d24fc8470b60cc6bb4;hpb=a15abef9eee4b8369b3ce8fcaad91a2e0c879df5;p=paraslash.git diff --git a/Makefile.in b/Makefile.in index 230c0117..243bec4c 100644 --- a/Makefile.in +++ b/Makefile.in @@ -15,8 +15,8 @@ system = $(shell uname -rs) cc_version = $(shell $(CC) --version | head -n 1) codename = neural discharge -DEBUG_CPPFLAGS += -Wno-sign-compare -g -Wunused -Wundef -W -DEBUG_CPPFLAGS += -Wredundant-decls +#DEBUG_CPPFLAGS += -Wno-sign-compare -g -Wunused -Wundef -W +#DEBUG_CPPFLAGS += -Wredundant-decls # produces false positives # DEBUG_CPPFLAGS += -Wunreachable-code # DEBUG_CPPFLAGS += -Wwrite-strings @@ -260,7 +260,7 @@ maintainer-clean: distclean rm -f *_command_list.* *.man man/man1/* man/html/* -install: all +install: all man mkdir -p $(BINDIR) $(FONTDIR) $(PICDIR) $(MANDIR) $(install_sh) -s -m 755 $(BINARIES) $(BINDIR) $(install_sh) -m 644 $(FONTS) $(FONTDIR)