Makefile clean-ups
authorBrian Paul <brian.paul@tungstengraphics.com>
Mon, 9 Jun 2008 19:50:44 +0000 (13:50 -0600)
committerBrian Paul <brian.paul@tungstengraphics.com>
Mon, 9 Jun 2008 19:52:22 +0000 (13:52 -0600)
src/mesa/drivers/directfb/Makefile

index 945eb8b3d9bad8ae02ef592f9968e531da976379..ece0457cffa7f62a8845bc61b4186c036132a07c 100644 (file)
@@ -36,10 +36,10 @@ default: directfb-libgl directfbgl_mesa
 
 
 # XXX this used to be in src/mesa/Makefile and is probably broken now
-directfb-libgl: $(CORE_OBJECTS)
+directfb-libgl: $(LIBS)
        @ $(TOP)/bin/mklib -o $(GL_LIB) -linker '$(CC)' -ldflags '$(LDFLAGS)' \
                -major $(MESA_MAJOR) -minor $(MESA_MINOR) -patch $(MESA_TINY) \
-               -install $(TOP)/$(LIB_DIR) $(MKLIB_OPTIONS) $(CORE_OBJECTS) \
+               -install $(TOP)/$(LIB_DIR) $(MKLIB_OPTIONS) $(LIBS) \
                $(GL_LIB_DEPS)