d786567292
This is basically an update to version 2.4ME+93 of the pkg currently residing in mail/elm, which will be updated to a non-ME extended, but current version of elm soon.
23 lines
823 B
Text
23 lines
823 B
Text
$NetBSD: patch-ae,v 1.1.1.1 2001/07/18 19:59:14 martin Exp $
|
|
|
|
--- Makefile.SH.orig Tue Jun 19 19:03:16 2001
|
|
+++ Makefile.SH Wed Jul 18 19:29:21 2001
|
|
@@ -54,12 +54,12 @@
|
|
|
|
# Targets that are simply executed in each subordinate makefile as is
|
|
all install uninstall lint clean: config.h config.sh Makefile
|
|
- cd lib; $(MAKE) $(MJ) -$(MAKEFLAGS) $@
|
|
- cd melib; $(MAKE) $(MJ) -$(MAKEFLAGS) $@
|
|
- cd shared_libs; $(MAKE) $(MJ) -$(MAKEFLAGS) $@
|
|
- cd src; $(MAKE) $(MJ) -$(MAKEFLAGS) $@
|
|
- cd utils; $(MAKE) $(MJ) -$(MAKEFLAGS) $@
|
|
- cd doc; $(MAKE) $(MJ) -$(MAKEFLAGS) $@
|
|
+ cd lib; $(MAKE) $(MJ) $@
|
|
+ cd melib; $(MAKE) $(MJ) $@
|
|
+ cd shared_libs; $(MAKE) $(MJ) $@
|
|
+ cd src; $(MAKE) $(MJ) $@
|
|
+ cd utils; $(MAKE) $(MJ) $@
|
|
+ cd doc; $(MAKE) $(MJ) $@
|
|
|
|
# Check that config.h is up of date
|
|
config.h: config.h.SH config.sh
|