author | wimpie <wimpie> | 2005-01-06 03:58:21 (UTC) |
---|---|---|
committer | wimpie <wimpie> | 2005-01-06 03:58:21 (UTC) |
commit | ba9ce5a0fcd66031ade038f7e6a7ac26908225a5 (patch) (unidiff) | |
tree | 2b54c7cd83047cc6897c9d8b368f7f17040f1e01 /scripts | |
parent | 98dd4c49f5d7a3c0569e3f6ff92f39451734070c (diff) | |
download | opie-ba9ce5a0fcd66031ade038f7e6a7ac26908225a5.zip opie-ba9ce5a0fcd66031ade038f7e6a7ac26908225a5.tar.gz opie-ba9ce5a0fcd66031ade038f7e6a7ac26908225a5.tar.bz2 |
little improvement for direct packaging of single application
-rwxr-xr-x | scripts/GeneratePackageMake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/GeneratePackageMake b/scripts/GeneratePackageMake index d5ccee5..099d3e8 100755 --- a/scripts/GeneratePackageMake +++ b/scripts/GeneratePackageMake | |||
@@ -138,7 +138,7 @@ do | |||
138 | # | 138 | # |
139 | 139 | ||
140 | package-${Pkg} : \$(OPIEDIR)/Packages/$Pkg | 140 | package-${Pkg} : \$(OPIEDIR)/Packages/$Pkg |
141 | package-${Pkg}-mt : \$(OPIEDIR)/Packages/$Pkg-mt | 141 | package-${Pkg}-mt : \$(ATP) \$(OPIEDIR)/Packages/$Pkg-mt |
142 | 142 | ||
143 | # collect control files and package targets | 143 | # collect control files and package targets |
144 | 144 | ||