X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=Makefile.in;h=fe94087fba0aed76be4ffa917891f19e63f082a2;hb=f2ce039609a63607008deaaa6f7852fa9cf8ccd1;hp=213c93ab0aa9c3f53cc3cbbaed2a1c1293e8ed61;hpb=04d5009bc18e7bf51ab9d8fab1e8c6a1a86af919;p=ctsim.git diff --git a/Makefile.in b/Makefile.in index 213c93a..fe94087 100644 --- a/Makefile.in +++ b/Makefile.in @@ -78,6 +78,7 @@ cgiprograms = @cgiprograms@ ctlibs = @ctlibs@ htmldata = @htmldata@ htmldir = @htmldir@ +lamdefs = @lamdefs@ lamdir = @lamdir@ lamprograms = @lamprograms@ mpienable = @mpienable@ @@ -110,7 +111,7 @@ mkinstalldirs DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST) -TAR = tar +TAR = gtar GZIP_ENV = --best DIST_SUBDIRS = getopt libctgraphics libctsupport libctsim man doc html \ cgi-bin include tools src @@ -294,7 +295,7 @@ distdir: $(DISTFILES) @for file in $(DISTFILES); do \ d=$(srcdir); \ if test -d $$d/$$file; then \ - cp -pr $$/$$file $(distdir)/$$file; \ + cp -pr $$d/$$file $(distdir)/$$file; \ else \ test -f $(distdir)/$$file \ || ln $$d/$$file $(distdir)/$$file 2> /dev/null \