Skip to content

Commit ac84d3c

Browse files
committed
Drop test.ppd from testpwg dependencies.
1 parent c180b32 commit ac84d3c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cups/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -622,7 +622,7 @@ testoptions: testoptions.o $(LIBCUPS_STATIC)
622622
# testpwg (dependency on static CUPS library is intentional)
623623
#
624624

625-
testpwg: testpwg.o $(LIBCUPS_STATIC) test.ppd
625+
testpwg: testpwg.o $(LIBCUPS_STATIC)
626626
echo Linking $@...
627627
$(CC) $(LDFLAGS) $(OPTIM) -o $@ testpwg.o $(LIBCUPS_STATIC) $(LIBS)
628628
$(CODE_SIGN) $(CSFLAGS) $@

0 commit comments

Comments
 (0)