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 /lib | |
parent | bbcdec7aa18710ff76581f7043729d06df00def7 (diff) |
Build only the files that currently exist.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Makefile.in | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/lib/Makefile.in b/lib/Makefile.in index 89aa7d9..24db6a5 100644 --- a/lib/Makefile.in +++ b/lib/Makefile.in @@ -35,7 +35,10 @@ sed_script = s&@@PACKAGE_NAME@@&$(package_name)&;\ .SUFFIXES: .SUFFIXES: .sh .sm -SRCS = locale.sh output.sh \ +SRCS = common.sh locale.sh output.sh \ + control.sh changelog.sh \ + deps.sh +#SRCS = locale.sh output.sh \ package.sh package/2.sh \ control.sh changelog.sh \ metadata.sh deps.sh \ |