X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=src%2FMakefile.in;h=f65f9f7ac11915842f8f3eeb3f98185f0bce37b9;hb=fe72c79ad898aa7734d9f370834c6fcc1feac6b9;hp=0e6bd8aafd353ec1029f5fe3b5d11364a1ee9040;hpb=58182343a16e95ea7ef57a4565329e6aabcba030;p=chaz%2Ftar diff --git a/src/Makefile.in b/src/Makefile.in index 0e6bd8a..f65f9f7 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -87,7 +87,7 @@ binprefix = bindir = $(exec_prefix)/bin # Where to put the rmt executable. -libdir = /etc +libdir = $(exec_prefix)/lib # The directory to install the info files in. infodir = $(prefix)/info @@ -144,7 +144,7 @@ installdirs: Makefile: Makefile.in config.status $(SHELL) config.status config.status: configure - $(SHELL) $(srcdir)/configure --no-create + $(SHELL) config.status --recheck configure: configure.in cd $(srcdir); autoconf