We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cbfd606 commit a2b43e6Copy full SHA for a2b43e6
2 files changed
locale/Makefile
@@ -12,8 +12,8 @@
12
include ../Makedefs
13
14
15
-OBJS = checkpo.o po2strings.o strings2po.o
16
-TARGETS = checkpo po2strings strings2po
+OBJS = checkpo.o po2strings.o
+TARGETS = checkpo po2strings
17
18
19
#
@@ -182,19 +182,6 @@ po2strings: po2strings.o ../cups/$(LIBCUPSSTATIC)
182
$(CODE_SIGN) -s "$(CODE_SIGN_IDENTITY)" $@
183
184
185
-#
186
-# strings2po - A simple utility which uses iconv to convert macOS .strings files
187
-# to GNU gettext message catalogs.
188
189
-# strings2po filename.strings filename.po
190
191
-
192
-strings2po: strings2po.o
193
- echo Linking $@...
194
- $(LD_CC) $(ARCHFLAGS) $(ALL_LDFLAGS) -o strings2po strings2po.o
195
- $(CODE_SIGN) -s "$(CODE_SIGN_IDENTITY)" $@
196
197
198
199
# Dependencies...
200
locale/strings2po.c
0 commit comments