X-Git-Url: https://git.wh0rd.org/?a=blobdiff_plain;f=restore%2FMakefile.in;h=344af88c1932448ad9e1b1c650debf89c781d67b;hb=1daf06b9786eb9669d929f40755e6252b238f220;hp=527e9100e9b2d20e8da3972d12231137d179eedc;hpb=2c99ad2dc97978b437794b14d58d9ae698ecabb9;p=dump.git diff --git a/restore/Makefile.in b/restore/Makefile.in index 527e910..344af88 100644 --- a/restore/Makefile.in +++ b/restore/Makefile.in @@ -1,13 +1,14 @@ -# $Id: Makefile.in,v 1.8 2001/04/12 16:03:30 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@ -LIBS= $(GLIBS) -le2p @READLINE@ @ZLIB@ +LDFLAGS= @LDOPTS@ @STATIC@ +LIBS= $(GLIBS) -le2p @READLINE@ @ZLIB@ @BZLIB@ DEPLIBS= ../compat/lib/libcompat.a PROG= restore @@ -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)