make/linux/makefiles/top.make

Print this page

        

@@ -120,11 +120,11 @@
 
 the_vm: vm_build_preliminaries $(adjust-mflags)
         @$(UpdatePCH)
         @$(MAKE) -f vm.make $(MFLAGS-adjusted)
 
-install gamma: the_vm
+install: the_vm
         @$(MAKE) -f vm.make $@
 
 # next rules support "make foo.[ois]"
 
 %.o %.i %.s: