summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorP. J. McDermott <pjm@nac.net>2012-01-25 15:08:49 (EST)
committer P. J. McDermott <pjm@nac.net>2012-01-25 15:08:49 (EST)
commite4fb3a4e5018c6038b7d7a6d61b90ab35552899b (patch)
tree4709f1b6d4dd2a53bf0b548c5110cf6d2cba225a
parent2ba31cb3647ebf8ff6730c054dc0f007592524fd (diff)
Add oh-applypatches to the build system.
-rw-r--r--man/Makefile.in3
-rw-r--r--src/Makefile.in3
2 files changed, 4 insertions, 2 deletions
diff --git a/man/Makefile.in b/man/Makefile.in
index 832ff0f..c9cdfc2 100644
--- a/man/Makefile.in
+++ b/man/Makefile.in
@@ -27,7 +27,8 @@ MANDIR = @mandir@
.SUFFIXES:
-OBJS = opkbuild.1 oh-strip.1 oh-installfiles.1 oh-gencontrol.1 oh-buildopk.1
+OBJS = opkbuild.1 oh-applypatches.1 oh-strip.1 \
+ oh-installfiles.1 oh-gencontrol.1 oh-buildopk.1
.PHONY: all
all: $(OBJS)
diff --git a/src/Makefile.in b/src/Makefile.in
index e3895d4..cdf0b73 100644
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -27,7 +27,8 @@ BINDIR = @bindir@
.SUFFIXES:
-OBJS = opkbuild oh-strip oh-installfiles oh-gencontrol oh-buildopk
+OBJS = opkbuild oh-applypatches oh-strip \
+ oh-installfiles oh-gencontrol oh-buildopk
.PHONY: all
all: $(OBJS)