blob: 5d989e43dc4015bf7597e65438e755e4a4efa58a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
diff -Naur netpbm-10.31.orig/GNUmakefile netpbm-10.31/GNUmakefile
--- netpbm-10.31.orig/GNUmakefile 2006-01-19 20:19:35.000000000 +0100
+++ netpbm-10.31/GNUmakefile 2006-01-19 20:23:45.000000000 +0100
@@ -62,7 +62,7 @@
PRODUCT_SUBDIRS = lib converter analyzer editor generator other
SUPPORT_SUBDIRS = urt buildtools
-SUBDIRS = $(PRODUCT_SUBDIRS) $(SUPPORT_SUBDIRS)
+SUBDIRS = . $(PRODUCT_SUBDIRS) $(SUPPORT_SUBDIRS)
SCRIPTS = manweb
MANUALS1 = netpbm
|