diff options
Diffstat (limited to 'devel/imake-4/files/patch-h')
-rw-r--r-- | devel/imake-4/files/patch-h | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/devel/imake-4/files/patch-h b/devel/imake-4/files/patch-h index c3f02dccd53b..5402148c0b11 100644 --- a/devel/imake-4/files/patch-h +++ b/devel/imake-4/files/patch-h @@ -1,6 +1,6 @@ ---- cf/Imake.rules.orig Wed Mar 8 00:54:17 2000 -+++ cf/Imake.rules Wed Apr 12 18:00:00 2000 -@@ -1437,7 +1437,7 @@ +--- cf/Imake.rules.orig Sun Jun 18 03:39:14 2000 ++++ cf/Imake.rules Sun Jul 16 18:47:58 2000 +@@ -1533,7 +1533,7 @@ MakeDir(Concat($(DESTDIR),npath/mdir)) @@\ @MakeFlagsToShellFlags(i,set +e); \ @@\ if [ -d Concat($(DESTDIR),opath/cdir) ]; then \ @@\ @@ -9,7 +9,7 @@ sed -e 's:^.::' -e 's:[^/.][^/]*:..:'g`; \ @@\ cd Concat($(DESTDIR),opath/cdir); \ @@\ if [ -d rdir -a ! -h rdir ]; then \ @@\ -@@ -1484,7 +1484,7 @@ +@@ -1580,7 +1580,7 @@ MakeDir(Concat($(DESTDIR),npath)) @@\ @MakeFlagsToShellFlags(i,set +e); \ @@\ if [ -d Concat($(DESTDIR),opath) ]; then \ @@\ @@ -18,4 +18,3 @@ sed -e 's:^.::' -e 's:[^/.][^/]*:..:'g`; \ @@\ cd Concat($(DESTDIR),opath); \ @@\ if [ -f lfile -a ! -h lfile ]; then \ @@\ - |