Displaying 2 results from an estimated 2 matches for "0a7975c".
2015 Aug 04
2
[PATCH] automake: Admit defeat and use 'subdir-objects'.
...ir)/fish/uri.c \
- $(top_srcdir)/fish/file-edit.c \
- $(top_srcdir)/fish/file-edit.h \
- $(top_srcdir)/mllib/uri-c.c \
+ ../fish/uri.c \
+ ../fish/file-edit.c \
+ ../fish/file-edit.h \
+ ../mllib/uri-c.c \
crypt-c.c \
perl_edit-c.c
diff --git a/dib/Makefile.am b/dib/Makefile.am
index 8932e64..0a7975c 100644
--- a/dib/Makefile.am
+++ b/dib/Makefile.am
@@ -30,7 +30,7 @@ SOURCES_ML = \
dib.ml
SOURCES_C = \
- $(top_srcdir)/mllib/mkdtemp-c.c
+ ../mllib/mkdtemp-c.c
bin_PROGRAMS =
diff --git a/get-kernel/Makefile.am b/get-kernel/Makefile.am
index f217128..a4a23a4 100644
--- a/get-kernel/Make...
2015 Oct 29
7
[PATCH 0/7] v2v: Miscellaneous refactorings.
Just refactoring.
Rich.