blob: b02225b465416aa13a9933d21f1f72f183522879 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
--- data/Makefile.in.orig Tue Nov 5 16:39:59 2002
+++ data/Makefile.in Tue Nov 5 17:01:01 2002
@@ -190,10 +190,10 @@
autogen.sh.wxwin
-anjuta_mimedir = $(prefix)/share/mime-info
+anjuta_mimedir = $(prefix)/share/gnome/mime-info
anjuta_mime_DATA = anjuta.mime
-anjuta_mimelnkdir = $(prefix)/share/mimelnk/application
+anjuta_mimelnkdir = $(prefix)/share/gnome/mimelnk/application
anjuta_mimelnk_DATA = x-anjuta-project.desktop
MACROS = \
@@ -555,8 +555,8 @@
@rm -f system.tags
system.tags:
- cd $(top_builddir)/tagmanager && make libctags.a
- cd $(top_builddir)/global-tags && make system.tags
+ cd $(top_builddir)/tagmanager && $(MAKE) libctags.a
+ cd $(top_builddir)/global-tags && $(MAKE) system.tags
mv $(top_builddir)/global-tags/system.tags .
# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.
|