summarylogtreecommitdiffstats
path: root/patch-Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'patch-Makefile.in')
-rw-r--r--patch-Makefile.in24
1 files changed, 0 insertions, 24 deletions
diff --git a/patch-Makefile.in b/patch-Makefile.in
deleted file mode 100644
index 81be969864ef..000000000000
--- a/patch-Makefile.in
+++ /dev/null
@@ -1,24 +0,0 @@
---- Makefile.in-orig 2017-06-07 08:38:21.672557023 +1000
-+++ Makefile.in 2017-06-07 08:39:08.499223692 +1000
-@@ -11,9 +11,9 @@
- INSTALL_DATA = @INSTALL_DATA@
- GNATCOLL_INSTALL = @GNATCOLL_INSTALL@
- prefix = @prefix@
--bindir = $(prefix)/bin
--sharedir = $(prefix)/share
--examplesdir = $(prefix)/share/examples/gps
-+bindir = $(DESTDIR)$(prefix)/bin
-+sharedir = $(DESTDIR)$(prefix)/share
-+examplesdir = $(DESTDIR)$(prefix)/share/examples/gps
-
- SYS := $(shell gcc -dumpmachine)
-
-@@ -73,7 +73,7 @@
- endif
-
- # Regenerate predefined_ada.xml before we install it
-- -${PYTHON} design/scripts/update_predefined_ada.py
-+# -${PYTHON} design/scripts/update_predefined_ada.py
-
- (cd share; tar cf - plug-ins/spark/*.py) | (cd $(sharedir)/gps; tar xf -)
- (cd share; tar cf - plug-ins/images/*.png) | (cd $(sharedir)/gps; tar xf -)