fix screwy patch handling

This commit is contained in:
Eric Andersen 2005-08-10 12:51:54 +00:00
parent a69862a9db
commit b3f5073c5b
1 changed files with 1 additions and 1 deletions

View File

@ -33,6 +33,7 @@ rxvt-source: $(DL_DIR)/$(RXVT_SOURCE)
$(RXVT_DIR)/.unpacked: $(DL_DIR)/$(RXVT_SOURCE)
$(RXVT_CAT) $(DL_DIR)/$(RXVT_SOURCE) | tar -C $(BUILD_DIR) $(TAR_OPTIONS) -
toolchain/patch-kernel.sh $(RXVT_DIR) package/rxvt/ rxvt\*.patch
touch $(RXVT_DIR)/.unpacked
$(RXVT_DIR)/.configured: $(RXVT_DIR)/.unpacked
@ -48,7 +49,6 @@ $(RXVT_DIR)/.configured: $(RXVT_DIR)/.unpacked
--x-includes=$(TINYX_DIR)/exports/include \
--x-libraries=$(TINYX_DIR)/exports/lib \
);
toolchain/patch-kernel.sh $(RXVT_DIR) package/rxvt/ rxvt\*.patch
touch $(RXVT_DIR)/.configured
$(RXVT_BINARY): $(RXVT_DIR)/.configured