11 lines
346 B
Diff
11 lines
346 B
Diff
--- cups-1.6.1/man/Makefile.orig 2013-05-06 16:12:40.176012866 +0200
|
|
+++ cups-1.6.1/man/Makefile 2013-05-06 16:13:12.895184815 +0200
|
|
@@ -232,7 +232,7 @@ html: $(MAN1) $(MAN5) $(MAN7) $(MAN8) ma
|
|
done
|
|
|
|
mantohtml: mantohtml.o
|
|
- $(CC) $(ARCHFLAGS) $(LDFLAGS) -o $@ mantohtml.o
|
|
+ cc -I/usr/include -I../ -L/usr/lib mantohtml.c -o mantohtml
|
|
|
|
|
|
#
|