Implement array indexing of simple vec2/3/4 types. A bit of a hack for now...
[mesa.git] / src / glu / Makefile
index a7b8e2b7245ec0d6e1c6d7fcec3f9353e898b198..5ddc50946aab2f5dae68962d6d2dc88fc068e1eb 100644 (file)
@@ -14,8 +14,8 @@ default: $(TOP)/configs/current
        done
 
 install:
-       $(INSTALL) -d $(INSTALL_DIR)/lib
-       $(COPY_LIBS) $(LIB_DIR)/libGLU.* $(INSTALL_DIR)/lib
+       $(INSTALL) -d $(INSTALL_DIR)/$(LIB_DIR)
+       $(INSTALL) $(TOP)/$(LIB_DIR)/libGLU.* $(INSTALL_DIR)/$(LIB_DIR)
 
 clean:
        @for dir in $(SUBDIRS) ; do \