X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=Makefile.in;h=ed4f38c4304435caf04c68bee251ce80aff592ad;hp=ae0923c1439d9566b27f32e29d97ee02e87c3662;hb=e231df6c1a741a59824cd157c78d3227eb8451d1;hpb=7faaa32fe3910e5689b2b49d8c5a9be85e5d46ce diff --git a/Makefile.in b/Makefile.in index ae0923c1..ed4f38c4 100644 --- a/Makefile.in +++ b/Makefile.in @@ -21,7 +21,7 @@ build_date = $(shell date) system = $(shell uname -rs) cc_version = $(shell $(CC) --version | head -n 1) version = @PACKAGE_VERSION@ -codename = atomic duality +codename = oriented abstraction DEBUG_CPPFLAGS += -Wno-sign-compare -g -Wunused -Wundef -W @@ -216,7 +216,7 @@ maintainer-clean: distclean install: all umask 022 && \ - mkdir -p $(BINDIR) $(VARDIR) $(VARDIR)/fifo && \ + mkdir -p $(BINDIR) $(VARDIR) && \ $(install_sh) -s -m 755 $(BINARIES) $(BINDIR) && \ mkdir -p $(CONFDIR) && \ $(install_sh) -m 644 bash_completion $(sample_conf) $(CONFDIR)