diff options
author | Eric Andersen <andersen@codepoet.org> | 2002-11-21 00:43:25 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2002-11-21 00:43:25 +0000 |
commit | 6ee9cf546bc88cc3ea74e8149a44956abf251234 (patch) | |
tree | d37a8cce767778c43f6fb628c8e34a4ff9ea25dc /make/findutils.mk | |
parent | 5bd337821da40dd9e6ad92667c4998ccc234a399 (diff) | |
download | buildroot-novena-6ee9cf546bc88cc3ea74e8149a44956abf251234.tar.gz buildroot-novena-6ee9cf546bc88cc3ea74e8149a44956abf251234.zip |
Oops. Kill the man and info noise
Diffstat (limited to 'make/findutils.mk')
-rw-r--r-- | make/findutils.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/make/findutils.mk b/make/findutils.mk index 644b1b6af..95b856321 100644 --- a/make/findutils.mk +++ b/make/findutils.mk @@ -37,8 +37,8 @@ $(TARGET_DIR)/$(FINDUTILS_TARGET_BINARY): $(FINDUTILS_DIR)/$(FINDUTILS_BINARY) bindir=$(TARGET_DIR)/usr/bin sbindir=$(TARGET_DIR)/usr/sbin \ sysconfdir=$(TARGET_DIR)/usr/etc datadir=$(TARGET_DIR)/usr/share \ includedir=$(TARGET_DIR)/usr/include libdir=$(TARGET_DIR)/usr/lib \ - localstatedir=$(TARGET_DIR)/var mandir=$(TARGET_DIR)/man \ - infodir=$(TARGET_DIR)/info CC=$(TARGET_CC1) -C $(FINDUTILS_DIR) install + localstatedir=$(TARGET_DIR)/var mandir=$(TARGET_DIR)/junk \ + infodir=$(TARGET_DIR)/junk CC=$(TARGET_CC1) -C $(FINDUTILS_DIR) install rm -rf $(TARGET_DIR)/share/locale $(TARGET_DIR)/junk findutils: uclibc $(TARGET_DIR)/$(FINDUTILS_TARGET_BINARY) |