From 0fee9e90c2ea3accfaa521a303c6568ebf7baccc Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Wed, 12 Nov 2003 09:31:12 +0000 Subject: Thomas Cameron writes: this patch fixes the source file downloads when executing a "make source", and a few cut-and-paste (tm) errors in the *.mk files. Again, this is a patch against the current CVS sources, and includes my previous patch. --- make/tinyx.mk | 2 ++ 1 file changed, 2 insertions(+) (limited to 'make/tinyx.mk') diff --git a/make/tinyx.mk b/make/tinyx.mk index 372ce8487..9f79d2f95 100644 --- a/make/tinyx.mk +++ b/make/tinyx.mk @@ -116,6 +116,8 @@ $(TINYX_LIBX)/libX11.so.6.2: $(TINYX_XFBDEV) tinyx: zlib $(TINYX_LIBX)/libX11.so.6.2 $(TINYX_BINX)/Xfbdev +tinyx-source: $(DL_DIR)/$(TINYX_SOURCE) + tinyx-clean: -rm -rf $(TARGET_DIR)/usr/X11R6 -$(MAKE) -C $(TINYX_DIR) clean -- cgit v1.2.3