openbsd-ports/print/htmldoc/patches/patch-Makedefs_in
steven daeb0d956e update to htmldoc 1.8.27
from maintainer Antoine Jacoutot <ajacoutot at lphp.org>
2006-09-23 10:14:34 +00:00

18 lines
376 B
Plaintext

$OpenBSD: patch-Makedefs_in,v 1.2 2006/09/23 10:14:34 steven Exp $
--- Makedefs.in.orig Fri Sep 22 19:27:17 2006
+++ Makedefs.in Fri Sep 22 19:27:30 2006
@@ -81,13 +81,10 @@ OPTIM = @OPTIM@ @SSLFLAGS@
# Rules...
#
-.SILENT:
.SUFFIXES: .a .c .cxx .h .o
.c.o:
- echo Compiling $<...
$(CC) $(CFLAGS) -c $<
.cxx.o:
- echo Compiling $<...
$(CXX) $(CXXFLAGS) -c $<
#