]> granicus.if.org Git - graphviz/commitdiff
Fix doit script to work with old ksh;
authorellson <devnull@localhost>
Tue, 18 Oct 2005 18:49:52 +0000 (18:49 +0000)
committerellson <devnull@localhost>
Tue, 18 Oct 2005 18:49:52 +0000 (18:49 +0000)
fix spurious file in common Makefile.old;
remove unneeded macro from fdpgen/dbg.c;
fix type in input.c;
file old makefile for sfio to create install directories

lib/sfio/Makefile.old

index 5d02c57d0e40c323828ef44b74fe7a569c79b96d..473fa72465ad199d3f53f5c70d27e8e1387a6446 100644 (file)
@@ -98,6 +98,8 @@ install_mt:
                CCMODE="$(CCMODE)" CXFLAGS="$(CXFLAGS)" install_multithreaded
 
 install_unithreaded: libsfio.a
+       $(MKPATH) $(LOC_INCDIR)
+       $(MKPATH) $(LOC_LIBDIR)
        cp sfio.h ast_common.h sfio_t.h Sfio_dc/sfdisc.h $(LOC_INCDIR)
        cp libsfio.a $(LOC_LIBDIR)
        -(ranlib $(LOC_LIBDIR)/libsfio.a; exit 0) >/dev/null 2>&1