Revision: 5905 Author: pebender Date: Thu Dec 3 20:42:23 2009 Log: - Fixed X11/libvdpau so that it removes all *.la files.
http://code.google.com/p/minimyth/source/detail?r=5905 Modified: /trunk/gar-minimyth/script/X11/libvdpau/Makefile ======================================= --- /trunk/gar-minimyth/script/X11/libvdpau/Makefile Sat Nov 21 07:49:31 2009 +++ /trunk/gar-minimyth/script/X11/libvdpau/Makefile Thu Dec 3 20:42:23 2009 @@ -26,5 +26,5 @@ post-install: @rm -f $(DESTDIR)$(libdir)/$(GARNAME).la - @rm -f $(DESTDIR)$(libdir)/$(GARNAME)_trace.la + @rm -f $(DESTDIR)$(libdir)/vdpau/$(GARNAME)_trace.la @$(MAKECOOKIE) -- You received this message because you are subscribed to the Google Groups "minimyth-commits" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/minimyth-commits?hl=en.
