patches/indent-08-po-makefile.diff
author jurikm
Sun, 12 Feb 2012 14:04:10 +0000
changeset 8245 383896da4129
parent 357 b5c9d974aef3
permissions -rw-r--r--
SFEsauerbraten.spec: add IPS package name
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
357
b5c9d974aef3 2007-07-29 Doug Scott <[email protected]>
drdoug007
parents:
diff changeset
     1
--- indent-2.2.9/po/Makefile.in.in.orig	2007-07-29 13:07:23.154724353 +0700
b5c9d974aef3 2007-07-29 Doug Scott <[email protected]>
drdoug007
parents:
diff changeset
     2
+++ indent-2.2.9/po/Makefile.in.in	2007-07-29 13:07:44.424595525 +0700
b5c9d974aef3 2007-07-29 Doug Scott <[email protected]>
drdoug007
parents:
diff changeset
     3
@@ -27,7 +27,7 @@
b5c9d974aef3 2007-07-29 Doug Scott <[email protected]>
drdoug007
parents:
diff changeset
     4
 INSTALL = @INSTALL@
b5c9d974aef3 2007-07-29 Doug Scott <[email protected]>
drdoug007
parents:
diff changeset
     5
 INSTALL_DATA = @INSTALL_DATA@
b5c9d974aef3 2007-07-29 Doug Scott <[email protected]>
drdoug007
parents:
diff changeset
     6
 MKINSTALLDIRS = @MKINSTALLDIRS@
b5c9d974aef3 2007-07-29 Doug Scott <[email protected]>
drdoug007
parents:
diff changeset
     7
-mkinstalldirs = $(SHELL) `case "$(MKINSTALLDIRS)" in /*) echo "$(MKINSTALLDIRS)" ;; *) echo "$(top_builddir)/$(MKINSTALLDIRS)" ;; esac`
b5c9d974aef3 2007-07-29 Doug Scott <[email protected]>
drdoug007
parents:
diff changeset
     8
+mkinstalldirs = ../config/$(MKINSTALLDIRS)
b5c9d974aef3 2007-07-29 Doug Scott <[email protected]>
drdoug007
parents:
diff changeset
     9
 
b5c9d974aef3 2007-07-29 Doug Scott <[email protected]>
drdoug007
parents:
diff changeset
    10
 GMSGFMT = @GMSGFMT@
b5c9d974aef3 2007-07-29 Doug Scott <[email protected]>
drdoug007
parents:
diff changeset
    11
 MSGFMT = @MSGFMT@