Remove -C flags for install which aren't universally supported.
authorKeith Whitwell <keith@tungstengraphics.com>
Fri, 7 Jan 2005 15:24:59 +0000 (15:24 +0000)
committerKeith Whitwell <keith@tungstengraphics.com>
Fri, 7 Jan 2005 15:24:59 +0000 (15:24 +0000)
src/mesa/drivers/dri/Makefile.template

index 34d845b8e1e91ea6942132be49ab659670c5f9b5..700bf16849b89f14171202d8991f5d0f86de28a9 100644 (file)
@@ -78,7 +78,7 @@ $(LIBNAME):  $(OBJECTS) $(MESA_MODULES) $(WINOBJ) Makefile $(TOP)/src/mesa/drive
 
 
 $(LIB_DIR)/$(LIBNAME): $(LIBNAME)
-       install -C $(LIBNAME) $(LIB_DIR) 
+       install $(LIBNAME) $(LIB_DIR) 
 
 
 
@@ -102,6 +102,6 @@ clean:
        -rm -f depend depend.bak
 
 install: $(LIBNAME)
-       install -C $(LIBNAME) /usr/X11R6/lib/modules/dri/$(LIBNAME)
+       install $(LIBNAME) /usr/X11R6/lib/modules/dri/$(LIBNAME)
 
 include depend