do not install peephole optimizer libs when not installing fast compilers
authorceriel <none@none>
Wed, 18 Dec 1991 17:26:52 +0000 (17:26 +0000)
committerceriel <none@none>
Wed, 18 Dec 1991 17:26:52 +0000 (17:26 +0000)
first/limit_impl

index 5df6ad1..042cf96 100755 (executable)
@@ -165,6 +165,7 @@ fi
 if [ $DO_FAST = n ]
 then
        ed - $CONFIG/Action <<'EOF'
+/^name "Peephole optimizer lib/;/^end/s/^/!/
 /^name "Fast/;$s/^/!/
 w
 q