diff options
author | Eric Andersen <andersen@codepoet.org> | 2003-01-17 08:51:21 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2003-01-17 08:51:21 +0000 |
commit | 5dbea59f53c0379168dd60782700be4422dbe0b6 (patch) | |
tree | be4b4835758dc601a08a6354ba374d5083a13b37 /make/make.mk | |
parent | a413a043f777611cf15419a4408ee60f0404b1a3 (diff) |
more minor installation cleanups
Diffstat (limited to 'make/make.mk')
-rw-r--r-- | make/make.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/make/make.mk b/make/make.mk index cc12592b6..718af3090 100644 --- a/make/make.mk +++ b/make/make.mk @@ -43,7 +43,8 @@ $(GNUMAKE_DIR)/$(GNUMAKE_BINARY): $(GNUMAKE_DIR)/.configured $(TARGET_DIR)/$(GNUMAKE_TARGET_BINARY): $(GNUMAKE_DIR)/$(GNUMAKE_BINARY) $(MAKE) DESTDIR=$(TARGET_DIR) CC=$(TARGET_CC1) -C $(GNUMAKE_DIR) install - rm -rf $(TARGET_DIR)/share/locale $(TARGET_DIR)/junk + rm -rf $(TARGET_DIR)/share/locale $(TARGET_DIR)/usr/info \ + $(TARGET_DIR)/usr/man $(TARGET_DIR)/usr/share/doc make: uclibc $(TARGET_DIR)/$(GNUMAKE_TARGET_BINARY) |