File: makefile.patch

package info (click to toggle)
gmtkbabel 0.1-3
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 160 kB
  • sloc: sh: 200; makefile: 58
file content (16 lines) | stat: -rw-r--r-- 337 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
From: Santiago Vila <sanvila@debian.org>
Subject: Do not run update-po during normal build
Bug-Debian: https://bugs.debian.org/1045108
Last-Update: 2025-12-08

--- a/Makefile
+++ b/Makefile
@@ -12,7 +12,7 @@
 
 all: build
 
-build: update-po
+build:
 	for l in $(shell cat po/LINGUAS); do \
 	    msgfmt po/$$l.po -o po/$$l.mo; \
 	done