Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/mcs/jay
diff options
context:
space:
mode:
authorAlp Toker <alp@mono-cvs.ximian.com>2002-07-23 22:27:41 +0400
committerAlp Toker <alp@mono-cvs.ximian.com>2002-07-23 22:27:41 +0400
commit51daeda5777d72b75dbbf631e0c0bb75a943f802 (patch)
tree5816f86fca9435f832cd477a2c3462f414d2a853 /mcs/jay
parent2d8cb5ecc26cf3f9b7a62793cbccee44ca8e12cc (diff)
makefile.gnu: Added an install target (which sets permissions and respects
prefix) and fixed a few other makefile issues. svn path=/trunk/mcs/; revision=6093
Diffstat (limited to 'mcs/jay')
-rw-r--r--mcs/jay/makefile.gnu3
1 files changed, 3 insertions, 0 deletions
diff --git a/mcs/jay/makefile.gnu b/mcs/jay/makefile.gnu
index 2717183e585..68dd3340417 100644
--- a/mcs/jay/makefile.gnu
+++ b/mcs/jay/makefile.gnu
@@ -3,3 +3,6 @@ all:
clean:
$(MAKE) -f makefile clean
+
+install: all
+