blob: 42d1cda289e310f173f36d3f5c7597d6eebd80d4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
diff -r -U 8 spyview-2009-09-10-00_02.orig/spyview/Makefile.am spyview-2009-09-10-00_02/spyview/Makefile.am
--- spyview-2009-09-10-00_02.orig/spyview/Makefile.am 2009-09-09 23:58:08.000000000 +0200
+++ spyview-2009-09-10-00_02/spyview/Makefile.am 2009-09-10 17:52:17.000000000 +0200
@@ -89,12 +89,14 @@
%.C: %.fl
@FLUID@ -c -o $(basename $<).C -h $(basename $<).h $<
%.h: %.fl
@FLUID@ -c -o $(basename $<).C -h $(basename $<).h $<
#Manual rules to install colormap files
install-data-local:
- $(INSTALL) -d $(datadir)
- $(INSTALL_DATA) help.txt $(datadir)
- $(INSTALL) -d $(datadir)/html
- $(INSTALL_DATA) html/*.html $(datadir)/html
\ Kein Zeilenumbruch am Dateiende.
+ $(INSTALL) -d $(DESTDIR)$(datadir)
+ $(INSTALL_DATA) help.txt $(DESTDIR)$(datadir)
+ $(INSTALL) -d $(DESTDIR)$(datadir)/html
+# not sure what exactly you are trying to install here... ah
+# $(INSTALL_DATA) html/*.html $(DESTDIR)$(datadir)/html
+#
|