blob: c045b2e14f64790cb002992a3a3b09e50c5d318d (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- cups-1.4.4.orig/ppdc/Makefile 2010-04-23 20:56:34.000000000 +0200
+++ cups-1.4.4/ppdc/Makefile 2010-10-03 00:51:42.000000000 +0200
@@ -244,7 +244,7 @@ genstrings: genstrings.o libcupsppdc.a
libcupsppdc.a ../cups/libcups.a $(LIBGSSAPI) $(SSLLIBS) \
$(DNSSDLIBS) $(COMMONLIBS) $(LIBZ)
echo Generating localization strings...
- ./genstrings >sample.c
+ #./genstrings >sample.c
#
|