[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

X Strike Force X.Org X11 SVN commit: r921 - trunk/xsfbs



Author: dnusinow
Date: 2005-12-02 13:26:22 -0500 (Fri, 02 Dec 2005)
New Revision: 921

Modified:
   trunk/xsfbs/xsfbs.mk
Log:
Make prepare target depend on genscripts target

Modified: trunk/xsfbs/xsfbs.mk
===================================================================
--- trunk/xsfbs/xsfbs.mk	2005-12-02 18:14:03 UTC (rev 920)
+++ trunk/xsfbs/xsfbs.mk	2005-12-02 18:26:22 UTC (rev 921)
@@ -117,7 +117,7 @@
 # Set up the package build directory as quilt expects to find it.
 .PHONY: prepare
 stampdir_targets+=prepare
-prepare: $(STAMP_DIR)/prepare $(STAMP_DIR)/patches $(STAMP_DIR)/log
+prepare: $(STAMP_DIR)/genscripts $(STAMP_DIR)/prepare $(STAMP_DIR)/patches $(STAMP_DIR)/log
 $(STAMP_DIR)/prepare: $(STAMP_DIR)/stampdir
 	if [ ! -e $(STAMP_DIR)/patches ]; then \
 		mkdir $(STAMP_DIR)/patches; \



Reply to: