diff options
author | Brian Paul <[email protected]> | 2008-06-09 13:50:44 -0600 |
---|---|---|
committer | Brian Paul <[email protected]> | 2008-06-09 13:52:22 -0600 |
commit | 910b3bfaeb372ef0e20c6b05c64c3721b739a442 (patch) | |
tree | 3514d3354f54e5dbbd9f64177a1f4efbbb5bf915 /src/mesa/drivers/directfb/Makefile | |
parent | a80ccaadc77acbf835aa7139d75ea166efd8553f (diff) |
Makefile clean-ups
Diffstat (limited to 'src/mesa/drivers/directfb/Makefile')
-rw-r--r-- | src/mesa/drivers/directfb/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mesa/drivers/directfb/Makefile b/src/mesa/drivers/directfb/Makefile index 945eb8b3d9b..ece0457cffa 100644 --- a/src/mesa/drivers/directfb/Makefile +++ b/src/mesa/drivers/directfb/Makefile @@ -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) |