From: hno <> Date: Tue, 28 Sep 2004 01:09:12 +0000 (+0000) Subject: Eleminate Linux/GNU dependency in "make dist" X-Git-Tag: SQUID_3_0_PRE4~1033 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f64c819f82825aade4dd0974e6b871f5599600b0;p=thirdparty%2Fsquid.git Eleminate Linux/GNU dependency in "make dist" --- diff --git a/lib/cppunit-1.10.0/Makefile.am b/lib/cppunit-1.10.0/Makefile.am index 9a88a6afac..f44d5cf845 100644 --- a/lib/cppunit-1.10.0/Makefile.am +++ b/lib/cppunit-1.10.0/Makefile.am @@ -38,11 +38,11 @@ m4data_DATA = cppunit.m4 DISTCLEANFILES = config/stamp-h1 so_locations dist-hook: - cp -dpR $(top_srcdir)/src/msvc6 $(distdir)/src - cp -dpR $(top_srcdir)/src/qttestrunner $(distdir)/src - cp -dpR $(top_srcdir)/include/msvc6 $(distdir)/include - cp -dpR $(top_srcdir)/examples/msvc6 $(distdir)/examples - cp -dpR $(top_srcdir)/examples/qt $(distdir)/examples + cp -pR $(top_srcdir)/src/msvc6 $(distdir)/src + cp -pR $(top_srcdir)/src/qttestrunner $(distdir)/src + cp -pR $(top_srcdir)/include/msvc6 $(distdir)/include + cp -pR $(top_srcdir)/examples/msvc6 $(distdir)/examples + cp -pR $(top_srcdir)/examples/qt $(distdir)/examples mkdir $(distdir)/lib find $(distdir) -name CVS | xargs rm -rf perl -pi -e 's/\n/\r\n/g' `find $(distdir) -name '*.ds?'` \ diff --git a/lib/cppunit-1.10.0/Makefile.in b/lib/cppunit-1.10.0/Makefile.in index d703fc9f7d..13014e4dd5 100644 --- a/lib/cppunit-1.10.0/Makefile.in +++ b/lib/cppunit-1.10.0/Makefile.in @@ -710,11 +710,11 @@ uninstall-man: uninstall-man1 dist-hook: - cp -dpR $(top_srcdir)/src/msvc6 $(distdir)/src - cp -dpR $(top_srcdir)/src/qttestrunner $(distdir)/src - cp -dpR $(top_srcdir)/include/msvc6 $(distdir)/include - cp -dpR $(top_srcdir)/examples/msvc6 $(distdir)/examples - cp -dpR $(top_srcdir)/examples/qt $(distdir)/examples + cp -pR $(top_srcdir)/src/msvc6 $(distdir)/src + cp -pR $(top_srcdir)/src/qttestrunner $(distdir)/src + cp -pR $(top_srcdir)/include/msvc6 $(distdir)/include + cp -pR $(top_srcdir)/examples/msvc6 $(distdir)/examples + cp -pR $(top_srcdir)/examples/qt $(distdir)/examples mkdir $(distdir)/lib find $(distdir) -name CVS | xargs rm -rf perl -pi -e 's/\n/\r\n/g' `find $(distdir) -name '*.ds?'` \