diff vidix/Makefile @ 21334:6460b4f44089

Remove one level of indirection on VIDIX install/uninstall.
author diego
date Tue, 28 Nov 2006 09:33:53 +0000
parents 68df3b19a160
children 909e1e707dc5
line wrap: on
line diff
--- a/vidix/Makefile	Mon Nov 27 23:25:08 2006 +0000
+++ b/vidix/Makefile	Tue Nov 28 09:33:53 2006 +0000
@@ -35,12 +35,6 @@
 	$(CC) -MM $(CFLAGS) $(SRCS) 1>.depend
 	$(MAKE) -C drivers depend
 
-install:
-	$(MAKE) -C drivers install
-
-uninstall:
-	$(MAKE) -C drivers uninstall
-
 ifneq ($(wildcard .depend),)
 include .depend
 endif