From 6cc41217504c3a4eaf410d5945c3ee379d218406 Mon Sep 17 00:00:00 2001 From: Andrew McNab Date: Wed, 16 Jul 2008 14:44:15 +0000 Subject: [PATCH] Move wtf to build --- org.gridsite.core/src/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/org.gridsite.core/src/Makefile b/org.gridsite.core/src/Makefile index d396388..6623032 100644 --- a/org.gridsite.core/src/Makefile +++ b/org.gridsite.core/src/Makefile @@ -62,7 +62,8 @@ endif # Build # -build: apidoc build-lib \ +build: wtf \ + apidoc build-lib \ htcp gridsite-copy.cgi gridsite-storage.cgi mod_gridsite.so \ urlencode findproxyfile gsexec real-gridsite-admin.cgi @@ -488,7 +489,7 @@ htcp-bin: htcp rm -Rf ../htcp-bin-$(PATCH_VERSION) # RPM targets: build and RPMs go into subdirectories of ../RPMTMP/ -rpm: dist wtf +rpm: dist export PATCH_VERSION=$(PATCH_VERSION) ; \ export MINOR_VERSION=$(MINOR_VERSION) ; \ export MYPREFIX=/usr ; \ -- 1.8.2.3