summaryrefslogtreecommitdiff
path: root/locale/Makefile
diff options
context:
space:
mode:
authormsweet <msweet@a1ca3aef-8c08-0410-bb20-df032aa958be>2007-09-28 20:09:54 +0000
committermsweet <msweet@a1ca3aef-8c08-0410-bb20-df032aa958be>2007-09-28 20:09:54 +0000
commit7dfedb921d49c26230599519e7ddb624d6677372 (patch)
tree53604f8aea820de2b04ba520e7f3c605c59d517a /locale/Makefile
parentc277e2f802a006f02ab9d5807f12bc96d4831100 (diff)
downloadcups-7dfedb921d49c26230599519e7ddb624d6677372.tar.gz
Import changes from CUPS 1.3svn-r7000.
git-svn-id: svn+ssh://src.apple.com/svn/cups/easysw/current@485 a1ca3aef-8c08-0410-bb20-df032aa958be
Diffstat (limited to 'locale/Makefile')
-rw-r--r--locale/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/locale/Makefile b/locale/Makefile
index 7dddf9843..4a4a7dab0 100644
--- a/locale/Makefile
+++ b/locale/Makefile
@@ -1,5 +1,5 @@
#
-# "$Id: Makefile 6926 2007-09-06 14:34:31Z mike $"
+# "$Id: Makefile 6996 2007-09-28 18:30:31Z mike $"
#
# Locale file makefile for the Common UNIX Printing System (CUPS).
#
@@ -16,7 +16,7 @@
include ../Makedefs
-OBJS = checkpo po2strings.o strings2po.o translate.o
+OBJS = checkpo.o po2strings.o strings2po.o translate.o
TARGETS = checkpo po2strings strings2po translate
@@ -151,5 +151,5 @@ include Dependencies
#
-# End of "$Id: Makefile 6926 2007-09-06 14:34:31Z mike $".
+# End of "$Id: Makefile 6996 2007-09-28 18:30:31Z mike $".
#