From: ceriel Date: Wed, 8 Feb 1989 09:44:32 +0000 (+0000) Subject: make sure that every command ends up in the same directory where it started X-Git-Tag: release-5-5~2608 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=7c22618cb8ec20fa9a8c0a230d6ab070c556e780;p=ack.git make sure that every command ends up in the same directory where it started --- diff --git a/mach/minix/libsys/Makefile b/mach/minix/libsys/Makefile index d3986485b..28b86039b 100644 --- a/mach/minix/libsys/Makefile +++ b/mach/minix/libsys/Makefile @@ -25,7 +25,7 @@ libsys.a: libsys_s.a march . libsys.a libsys_o.a: libsys.a ../../../lib/i86/tail_em - mkdir X; cd X; aal x ../libsys.a; aal x ../../../../lib/i86/tail_em; aal rv ../libsys_o.a *.o + mkdir X; cd X; aal x ../libsys.a; aal x ../../../../lib/i86/tail_em; aal rv ../libsys_o.a *.o ; cd .. rm -rf X clean: