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
diff options
context:
space:
mode:
Diffstat (limited to 'mcs/jay/Makefile')
-rw-r--r--mcs/jay/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/mcs/jay/Makefile b/mcs/jay/Makefile
index 0a13d3b47f8..d647abf01a6 100644
--- a/mcs/jay/Makefile
+++ b/mcs/jay/Makefile
@@ -15,6 +15,10 @@ DISTFILES = $(datafiles) $(sources) jay.1 $(wildcard *.h)
all-local: jay
install-local: jay
+uninstall-local:
+
+ifndef NO_INSTALL
+install-local:
$(MKINSTALLDIRS) $(DESTDIR)$(prefix)/bin
$(MKINSTALLDIRS) $(DESTDIR)$(prefix)/share/jay
$(MKINSTALLDIRS) $(DESTDIR)$(prefix)/man/man1
@@ -30,6 +34,7 @@ uninstall-local:
rm -f $(DESTDIR)$(prefix)/share/jay/$$datafile || : ; \
done
-rm -f $(DESTDIR)$(prefix)/man/man1/jay.1
+endif
clean-local:
rm -f jay *.o *.exe *.pdb