Compare commits
No commits in common. "53d3381cd454353e68da6b319fc725062fce71f9" and "b7006b77b522d3ed62563c233e12e589ea0f28e4" have entirely different histories.
53d3381cd4
...
b7006b77b5
@ -1 +1,6 @@
|
||||
#bin_PROGRAMS = mboxgrep
|
||||
SUBDIRS = doc src
|
||||
#mboxgrep_SOURCES = getopt1.c getopt.c info.c maildir.c main.c mbox.c md5.c mh.c misc.c re.c scan.c wrap.c
|
||||
#mboxgrep_LDADD = $(LIBOBJS)
|
||||
|
||||
# info_TEXINFOS = mboxgrep.texi
|
||||
|
@ -289,6 +289,8 @@ target_alias = @target_alias@
|
||||
top_build_prefix = @top_build_prefix@
|
||||
top_builddir = @top_builddir@
|
||||
top_srcdir = @top_srcdir@
|
||||
|
||||
#bin_PROGRAMS = mboxgrep
|
||||
SUBDIRS = doc src
|
||||
all: all-recursive
|
||||
|
||||
@ -753,6 +755,10 @@ uninstall-am:
|
||||
|
||||
.PRECIOUS: Makefile
|
||||
|
||||
#mboxgrep_SOURCES = getopt1.c getopt.c info.c maildir.c main.c mbox.c md5.c mh.c misc.c re.c scan.c wrap.c
|
||||
#mboxgrep_LDADD = $(LIBOBJS)
|
||||
|
||||
# info_TEXINFOS = mboxgrep.texi
|
||||
|
||||
# Tell versions [3.59,3.63) of GNU make to not export all variables.
|
||||
# Otherwise a system limit (for SysV at least) may be exceeded.
|
||||
|
Loading…
Reference in New Issue
Block a user