diff options
author | P. J. McDermott <pjm@nac.net> | 2012-10-09 17:06:15 (EDT) |
---|---|---|
committer | P. J. McDermott <pjm@nac.net> | 2012-10-09 17:06:15 (EDT) |
commit | a07aa1093e94e78bffca062be382f2dab9cee249 (patch) | |
tree | 1174d136b056dba5dd11977fbecaf7414a4a76d4 /src | |
parent | b9c21d8d72ef5399bc63e0a7de1f61c2b28b9e2c (diff) |
Build only oh-installfiles.
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile.in | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/src/Makefile.in b/src/Makefile.in index 0208ea2..5a924cb 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -36,14 +36,8 @@ sed_script = s&@@PACKAGE_NAME@@&$(package_name)&;\ .SUFFIXES: .SUFFIXES: .sh -SRCS = opkbuild.sh \ - oh-checkbuilddeps.sh \ - oh-unpacksource.sh \ - oh-applypatches.sh \ - oh-copyconfig.sh \ - oh-strip.sh \ - oh-gencontrol.sh \ - oh-parsechangelog.sh +SRCS = \ + oh-installfiles.sh OBJS = $(SRCS:.sh=) distdir = ../$(package_name)-$(package_version)/src |