summaryrefslogtreecommitdiff
path: root/systemv/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'systemv/Makefile')
-rw-r--r--systemv/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/systemv/Makefile b/systemv/Makefile
index beab66b40..68eedd0a0 100644
--- a/systemv/Makefile
+++ b/systemv/Makefile
@@ -1,7 +1,7 @@
#
# System V commands makefile for CUPS.
#
-# Copyright 2007-2014 by Apple Inc.
+# Copyright 2007-2018 by Apple Inc.
# Copyright 1997-2006 by Easy Software Products, all rights reserved.
#
# Licensed under Apache License v2.0. See the file "LICENSE" for more information.
@@ -201,13 +201,13 @@ cupstestdsc: cupstestdsc.o ../cups/$(LIBCUPS)
# cupstestppd
#
-cupstestppd: cupstestppd.o ../cups/$(LIBCUPS) ../filter/$(LIBCUPSIMAGE)
+cupstestppd: cupstestppd.o ../cups/$(LIBCUPS) ../cups/$(LIBCUPSIMAGE)
echo Linking $@...
$(LD_CC) $(LDFLAGS) -o $@ cupstestppd.o $(LINKCUPSIMAGE) $(IMGLIBS) $(LIBS)
-cupstestppd-static: cupstestppd.o ../cups/$(LIBCUPSSTATIC) ../filter/libcupsimage.a
+cupstestppd-static: cupstestppd.o ../cups/$(LIBCUPSSTATIC) ../cups/libcupsimage.a
echo Linking $@...
- $(LD_CC) $(LDFLAGS) -o $@ cupstestppd.o ../filter/libcupsimage.a \
+ $(LD_CC) $(LDFLAGS) -o $@ cupstestppd.o ../cups/libcupsimage.a \
../cups/$(LIBCUPSSTATIC) $(IMGLIBS) $(LIBGSSAPI) $(LIBS) $(LIBZ)