diff options
author | Eric Andersen <andersen@codepoet.org> | 2004-07-16 11:25:07 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2004-07-16 11:25:07 +0000 |
commit | e585a4828b1b81690367fa48836c03f05dfda77c (patch) | |
tree | f42bdfcd5d00e200555485e8f022658ba05da35e /make | |
parent | 91c645eb5af237982fa074ece782addeaea6465f (diff) |
Fix a silly bug
Diffstat (limited to 'make')
-rw-r--r-- | make/tinyx.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/make/tinyx.mk b/make/tinyx.mk index cf059e4cb..1455ae6d8 100644 --- a/make/tinyx.mk +++ b/make/tinyx.mk @@ -62,7 +62,7 @@ $(DL_DIR)/$(TINYX_SOURCE): $(DL_DIR)/cross.def: $(WGET) -P $(DL_DIR) $(TINYX_SITE)/xcompile/tuxscreen/cross.def - $(SED) 's:arm-uclibc-:arm-linux-uclibc-:g' $(DL_DIR)/cross.def + $(SED) 's:arm-uclibc-:$(ARCH)-linux-uclibc-:g' $(DL_DIR)/cross.def $(DL_DIR)/host.def: $(WGET) -P $(DL_DIR) $(TINYX_SITE)/xcompile/tuxscreen/host.def |