]> git.wh0rd.org - dump.git/blobdiff - restore/Makefile.in
Fixed compare of dumped socket files by ignoring them.
[dump.git] / restore / Makefile.in
index 3f2ed4507a5e4bc6fd206a7a82a30830ef4b1881..344af88c1932448ad9e1b1c650debf89c781d67b 100644 (file)
@@ -1,12 +1,13 @@
-# $Id: Makefile.in,v 1.9 2001/08/16 15:24:21 stelian Exp $
+# $Id: Makefile.in,v 1.11 2003/01/24 11:01:49 stelian Exp $
 
 top_srcdir=    @top_srcdir@
 srcdir=                @srcdir@
+top_builddir=  ..
 
 @MCONFIG@
 
 CFLAGS=                @CCOPTS@ -pipe $(OPT) $(DEFS) $(GINC) $(INC) @RESTOREDEBUG@
-LDFLAGS:=      $(LDFLAGS) @STATIC@
+LDFLAGS=       @LDOPTS@ @STATIC@
 LIBS=          $(GLIBS) -le2p @READLINE@ @ZLIB@ @BZLIB@
 DEPLIBS=       ../compat/lib/libcompat.a
 
@@ -32,7 +33,7 @@ $(MAN8):      restore.8.in
 install::      all
        $(INSTALL) -d $(SBINDIR) $(MANDIR)
        $(INSTALLBIN) $(PROG) $(SBINDIR)
-       $(INSTALLMAN) $(srcdir)/$(MAN8) $(MANDIR)
+       $(INSTALLMAN) $(MAN8) $(MANDIR)
        cd $(SBINDIR) && $(RM) -f $(RPROG) && $(LN_S) $(PROG) $(RPROG)
        cd $(MANDIR) && $(RM) -f $(RMAN8) && $(LN_S) $(MAN8) $(RMAN8)