author | clem <clem> | 2004-09-16 21:40:35 (UTC) |
---|---|---|
committer | clem <clem> | 2004-09-16 21:40:35 (UTC) |
commit | 85ebe50b5cfa9244c1610aac5d72de8a4cc263b6 (patch) (unidiff) | |
tree | 041947eee5eb63eb83ba1bc05473f095eee617dd | |
parent | 6a60be54b98f1eb50df5a37454bb71bd52475f43 (diff) | |
download | opie-85ebe50b5cfa9244c1610aac5d72de8a4cc263b6.zip opie-85ebe50b5cfa9244c1610aac5d72de8a4cc263b6.tar.gz opie-85ebe50b5cfa9244c1610aac5d72de8a4cc263b6.tar.bz2 |
removed libopie big-screen reference (big-screen is now in LIBOPIEUI2) that used to create a '*.h' broken link
-rw-r--r-- | Rules.make | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -169,7 +169,6 @@ ifeq ($(CONFIG_LIBOPIE),y) | |||
169 | # libopie1 | 169 | # libopie1 |
170 | ( cd include/opie && rm -f *.h; ln -sf ../../libopie/*.h .; rm -f *_p.h; ) | 170 | ( cd include/opie && rm -f *.h; ln -sf ../../libopie/*.h .; rm -f *_p.h; ) |
171 | ( cd include/opie && ln -sf ../../libopie/pim/*.h .; ) | 171 | ( cd include/opie && ln -sf ../../libopie/pim/*.h .; ) |
172 | ( cd include/opie && ln -sf ../../libopie/big-screen/*.h .; ) | ||
173 | endif | 172 | endif |
174 | # libopie2 | 173 | # libopie2 |
175 | ( cd include/opie2 && ln -sf ../../libopie2/opiecore/*.h .; ) | 174 | ( cd include/opie2 && ln -sf ../../libopie2/opiecore/*.h .; ) |