Author: pebender
Date: Sun May 17 09:08:51 2009
New Revision: 4778
Modified:
trunk/gar-minimyth/script/utils/util-linux-ng/Makefile
Log:
- Fixed utils/util-linux-ng so that it deletes libblkid.la file.
Modified: trunk/gar-minimyth/script/utils/util-linux-ng/Makefile
==============================================================================
--- trunk/gar-minimyth/script/utils/util-linux-ng/Makefile (original)
+++ trunk/gar-minimyth/script/utils/util-linux-ng/Makefile Sun May 17
09:08:51 2009
@@ -41,3 +41,7 @@
@cd $(WORKSRC) ; autoreconf --verbose --install --force
@$(call FIX_LIBTOOL,$(WORKSRC)/configure)
@$(MAKECOOKIE)
+
+post-install:
+ @rm -f $(DESTDIR)$(elibdir)/libblkid.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
-~----------~----~----~----~------~----~------~--~---