openbsd-ports/mail/mutt/patches/patch-Makefile.in
brad 23bfac841a almost forgot this, patch from naddy@ to fix issue when enabling SSL
support. An auto-generated header not being generated when it's supposed
to be.
2000-07-27 22:31:10 +00:00

12 lines
478 B
Plaintext

--- Makefile.in.orig Thu Jul 27 17:55:01 2000
+++ Makefile.in Thu Jul 27 17:59:45 2000
@@ -211,7 +211,7 @@
SOURCES = $(mutt_dotlock_SOURCES) $(pgpring_SOURCES) $(makedoc_SOURCES) $(mutt_SOURCES) $(EXTRA_mutt_SOURCES)
OBJECTS = $(mutt_dotlock_OBJECTS) $(pgpring_OBJECTS) $(makedoc_OBJECTS) $(mutt_OBJECTS)
-all: all-redirect
+all: $(BUILT_SOURCES) all-redirect
.SUFFIXES:
.SUFFIXES: .S .c .o .s
$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)