diff options
author | P. J. McDermott <pjm@nac.net> | 2012-09-09 15:43:05 (EDT) |
---|---|---|
committer | P. J. McDermott <pjm@nac.net> | 2012-09-09 15:43:05 (EDT) |
commit | 05169e9d0b7e0c802cf191f81d0cb791726d5a0c (patch) | |
tree | 081abda30a1c16ef71f3466c751aee40ef357c74 /src | |
parent | bbcdec7aa18710ff76581f7043729d06df00def7 (diff) |
Build only the files that currently exist.
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.in b/src/Makefile.in index 7e08291..0040ddb 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -36,7 +36,7 @@ sed_script = s&@@PACKAGE_NAME@@&$(package_name)&;\ .SUFFIXES: .SUFFIXES: .sh -SRCS = opkbuild.sh \ +#SRCS = opkbuild.sh \ ob-checkbuilddeps.sh \ ob-buildenv.sh \ ob-unpacksource.sh \ |