summaryrefslogtreecommitdiff
path: root/backend/Makefile
diff options
context:
space:
mode:
authorjlovell <jlovell@a1ca3aef-8c08-0410-bb20-df032aa958be>2006-11-07 19:32:27 +0000
committerjlovell <jlovell@a1ca3aef-8c08-0410-bb20-df032aa958be>2006-11-07 19:32:27 +0000
commit26d47ec6888969c3a3957f55c9eed0778813b94a (patch)
treeeec718b11e7f559cd0346c78363d68f728e9e106 /backend/Makefile
parent2abf387cae0cce4bf3a0a259ded28ef0269aec47 (diff)
downloadcups-26d47ec6888969c3a3957f55c9eed0778813b94a.tar.gz
Load cups into easysw/current.
git-svn-id: svn+ssh://src.apple.com/svn/cups/easysw/current@238 a1ca3aef-8c08-0410-bb20-df032aa958be
Diffstat (limited to 'backend/Makefile')
-rw-r--r--backend/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/backend/Makefile b/backend/Makefile
index 2f8025b6c..2ea79f15c 100644
--- a/backend/Makefile
+++ b/backend/Makefile
@@ -1,5 +1,5 @@
#
-# "$Id: Makefile 5591 2006-05-26 19:51:59Z mike $"
+# "$Id: Makefile 6061 2006-10-23 00:26:52Z mike $"
#
# Backend makefile for the Common UNIX Printing System (CUPS).
#
@@ -46,7 +46,7 @@ all: $(TARGETS)
#
clean:
- $(RM) $(OBJS) $(TARGETS) http
+ $(RM) $(OBJS) $(TARGETS) $(LIBOBJS) http
#
@@ -222,5 +222,5 @@ include Dependencies
#
-# End of "$Id: Makefile 5591 2006-05-26 19:51:59Z mike $".
+# End of "$Id: Makefile 6061 2006-10-23 00:26:52Z mike $".
#