Skip to content
Snippets Groups Projects
Commit b98bec54 authored by judah's avatar judah
Browse files

Make MacFrameworks a subdirectory of distrib, since it isn't used in the normal building process.

parent 83153fae
No related branches found
No related tags found
No related merge requests found
...@@ -4,7 +4,7 @@ GMP_DIR = gmp-4.2.1 ...@@ -4,7 +4,7 @@ GMP_DIR = gmp-4.2.1
all: GMP.framework GNUreadline.framework all: GMP.framework GNUreadline.framework
$(GMP_DIR).tar.gz: $(GMP_DIR).tar.gz:
cp ../gmp/$(GMP_DIR).tar.gz . cp ../../gmp/$(GMP_DIR).tar.gz .
$(READLINE_DIR).tar.gz: $(READLINE_DIR).tar.gz:
curl -O ftp://ftp.cwru.edu/pub/bash/$(READLINE_DIR).tar.gz curl -O ftp://ftp.cwru.edu/pub/bash/$(READLINE_DIR).tar.gz
...@@ -27,5 +27,5 @@ clean: ...@@ -27,5 +27,5 @@ clean:
rm -rf GMP-framework.zip GNUreadline-framework.zip rm -rf GMP-framework.zip GNUreadline-framework.zip
cleanall: clean cleanall: clean
rm $(GMP_DIR).tar.gz rm -f $(GMP_DIR).tar.gz
rm $(READLINE_DIR).tar.gz rm -f $(READLINE_DIR).tar.gz
File moved
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment