fixed RAW target;
authorwenzelm
Fri, 17 Oct 1997 18:03:46 +0200
changeset 3926 f5e499fda22c
parent 3925 90f499226ab9
child 3927 27c63b757af5
fixed RAW target;
src/Pure/IsaMakefile
--- a/src/Pure/IsaMakefile	Fri Oct 17 17:42:39 1997 +0200
+++ b/src/Pure/IsaMakefile	Fri Oct 17 18:03:46 1997 +0200
@@ -24,7 +24,7 @@
 $(OUT)/Pure: $(FILES)
 	@./mk
 
-$(OUT)/RAW: $(FILES)
+RAW: $(FILES)
 	@./mk -r
 
 test: Pure