Fixed make client_tar bug

svn path=/trunk/boinc/; revision=228
This commit is contained in:
Michael Gary 2002-07-19 20:35:25 +00:00
parent 2ef38749a2
commit 0a9ebcc11e
2 changed files with 2 additions and 2 deletions

View File

@ -129,4 +129,4 @@ tar: clean
tar cf boinc.tar * ; gzip boinc.tar
client_tar: clean
cd client; ${MAKE} tar;
cd client; ./configure; ${MAKE} tar;

View File

@ -88,7 +88,7 @@ test_file_xfer: test_file_xfer.o $(TEST_FX_OBJS)
$(CC) test_file_xfer.o $(TEST_FX_OBJS) $(CLIBS) -o test_file_xfer
tar:
cd $(topsrcdir); tar cf boinc_client.tar $(TAR_TARGETS); \
cd $(topsrcdir)/..; tar cf boinc_client.tar $(TAR_TARGETS); \
gzip boinc_client.tar;
clean: