openbsd-ports/print/htmldoc/patches/patch-Makedefs_in

18 lines
366 B
Plaintext

$OpenBSD: patch-Makedefs_in,v 1.1 2002/08/10 20:12:36 wilfried Exp $
--- Makedefs.in.orig Mon Jan 28 01:52:07 2002
+++ Makedefs.in Sat Aug 10 20:45:56 2002
@@ -78,13 +78,10 @@ OPTIM = @OPTIM@
# Rules...
#
-.SILENT:
.SUFFIXES: .a .c .cxx .h .o
.c.o:
- echo Compiling $<...
$(CC) $(CFLAGS) -c $<
.cxx.o:
- echo Compiling $<...
$(CXX) $(CXXFLAGS) -c $<
#