X-Git-Url: https://git.wh0rd.org/?p=dump.git;a=blobdiff_plain;f=restore%2FMakefile.in;h=e032d18b2d7fda35b5edfbffee7fdded98647f08;hp=dff9e1fe5b64f0da527c148bc5a27894c49a3cc4;hb=ddd2ef55b78a62c4bc3daad18bef8a90e85a2052;hpb=b45f51d61e911ac8a040bef1efda6afd82261e03 diff --git a/restore/Makefile.in b/restore/Makefile.in index dff9e1f..e032d18 100644 --- a/restore/Makefile.in +++ b/restore/Makefile.in @@ -3,7 +3,7 @@ srcdir= @srcdir@ @MCONFIG@ -CFLAGS= @CCOPTS@ -pipe $(DEFS) $(GINC) $(INC) @RESTOREDEBUG@ +CFLAGS= @CCOPTS@ -pipe $(OPT) $(DEFS) $(GINC) $(INC) @RESTOREDEBUG@ LDFLAGS:= $(LDFLAGS) @STATIC@ LIBS= $(GLIBS) -le2p DEPLIBS= ../compat/lib/libcompat.a @@ -15,7 +15,7 @@ SRCS= dirs.c interactive.c main.c restore.c symtab.c tape.c \ OBJS= dirs.o interactive.o main.o restore.o symtab.o tape.o \ utilities.o ../common/dumprmt.o MAN8= restore.8 -MLINKS= $(MANDIR)/restore.8 $(MANDIR)/rrestore.8 +MLINKS= restore.8 $(MANDIR)/rrestore.8 all:: $(PROG)