make sure that every command ends up in the same directory where it started
authorceriel <none@none>
Wed, 8 Feb 1989 09:44:32 +0000 (09:44 +0000)
committerceriel <none@none>
Wed, 8 Feb 1989 09:44:32 +0000 (09:44 +0000)
mach/minix/libsys/Makefile

index d398648..28b8603 100644 (file)
@@ -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: