12 lines
468 B
Diff
12 lines
468 B
Diff
|
--- Makefile.old 2007-10-30 12:18:08.000000000 +0200
|
||
|
+++ Makefile 2007-10-30 12:18:16.000000000 +0200
|
||
|
@@ -264,7 +264,7 @@
|
||
|
rts: envdir envuidgid fghack matchtest multilog pgrphack \
|
||
|
readproctitle rts.tests setlock setuidgid softlimit supervise svc \
|
||
|
svok svscan svscanboot svstat tai64n tai64nlocal
|
||
|
- env - /bin/sh rts.tests 2>&1 | cat -v > rts
|
||
|
+ echo env - /bin/sh rts.tests 2>&1 | cat -v > rts
|
||
|
|
||
|
scan_ulong.o: compile scan.h scan_ulong.c
|
||
|
./compile scan_ulong.c
|