r204: *** empty log message ***
[ctsim.git] / libctsupport / Makefile.in
index 558d556be07fb104fea48a8e06cf4c44270a7aab..87a95e3daabdcc53835533bdd901b3c8d1cef1ab 100644 (file)
@@ -78,6 +78,7 @@ cgiprograms = @cgiprograms@
 ctlibs = @ctlibs@
 htmldata = @htmldata@
 htmldir = @htmldir@
+lamdefs = @lamdefs@
 lamdir = @lamdir@
 lamprograms = @lamprograms@
 mpienable = @mpienable@
@@ -116,7 +117,7 @@ DIST_COMMON =  Makefile.am Makefile.in
 
 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
 
-TAR = tar
+TAR = gtar
 GZIP_ENV = --best
 DEP_FILES =  .deps/clip.P .deps/consoleio.P .deps/fnetorderstream.P \
 .deps/mathfuncs.P .deps/strfuncs.P .deps/syserror.P .deps/xform.P
@@ -208,7 +209,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 \