diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2008-06-16 11:25:25 +0000 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2008-06-16 11:25:25 +0000 |
commit | ba6586bea1d340e8e108c63399318f115c60136d (patch) | |
tree | 7595315ae5917271bbf27ff6337212af22e6f9ea /package/libogg/libogg.mk | |
parent | f4c708675f781bd557caeeb0e645ea4665625254 (diff) |
libogg: remove BR2_PACKAGE_LIBOGG_HEADERS
We don't need per-package header install options now that we have
BR2_HAVE_DEVFILES (they are in fact useless as the files will get
overwritten/deleted anyway).
Diffstat (limited to 'package/libogg/libogg.mk')
-rw-r--r-- | package/libogg/libogg.mk | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/package/libogg/libogg.mk b/package/libogg/libogg.mk index 61801a4bd..91deabee5 100644 --- a/package/libogg/libogg.mk +++ b/package/libogg/libogg.mk @@ -56,16 +56,6 @@ ifneq ($(strip $(BR2_HAVE_MANPAGES)),y) rm -rf $(TARGET_DIR)/usr/share/doc/$(LIBOGG_NAME) endif -$(TARGET_DIR)/usr/lib/libogg.a: $(STAGING_DIR)/usr/lib/libogg.so - cp -dpf $(STAGING_DIR)/usr/lib/libogg.a $@ - -$(TARGET_DIR)/usr/include/ogg/ogg.h: $(STAGING_DIR)/usr/lib/libogg.so - mkdir -p $(TARGET_DIR)/usr/include/ogg - cp -dpf $(LIBOGG_DIR)/include/ogg/*.h \ - $(TARGET_DIR)/usr/include/ogg - -libogg-header: $(TARGET_DIR)/usr/lib/libogg.a $(TARGET_DIR)/usr/include/ogg/ogg.h - libogg: uclibc pkgconfig $(TARGET_DIR)/usr/lib/libogg.so libogg-source: $(DL_DIR)/$(LIBOGG_SOURCE) @@ -86,7 +76,3 @@ libogg-dirclean: ifeq ($(strip $(BR2_PACKAGE_LIBOGG)),y) TARGETS+=libogg endif - -ifeq ($(strip $(BR2_PACKAGE_LIBOGG_HEADERS)),y) -TARGETS+=libogg-header -endif |