summaryrefslogtreecommitdiff
path: root/graphics/xpcd/files/patch-Makefile.in
blob: ac708eb08856333175bdd0d8dee81d7b35b74e6d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- Makefile.in.orig	Mon Jul 21 14:22:47 2003
+++ Makefile.in	Wed Apr 27 17:34:12 2005
@@ -11,7 +11,7 @@
 
 ##########################################################################
 
-SUBDIRS=libpcd xpcd test
+SUBDIRS=xpcd test
 
 all dep depend clean install:
 	set -e; for dir in $(SUBDIRS); do (cd $$dir; make $@); done