summaryrefslogtreecommitdiff
path: root/Rules.make
authorclem <clem>2004-09-16 21:40:35 (UTC)
committer clem <clem>2004-09-16 21:40:35 (UTC)
commit85ebe50b5cfa9244c1610aac5d72de8a4cc263b6 (patch) (unidiff)
tree041947eee5eb63eb83ba1bc05473f095eee617dd /Rules.make
parent6a60be54b98f1eb50df5a37454bb71bd52475f43 (diff)
downloadopie-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
Diffstat (limited to 'Rules.make') (more/less context) (ignore whitespace changes)
-rw-r--r--Rules.make1
1 files changed, 0 insertions, 1 deletions
diff --git a/Rules.make b/Rules.make
index f68fa3b..c940a05 100644
--- a/Rules.make
+++ b/Rules.make
@@ -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 .; )
173endif 172endif
174 # libopie2 173 # libopie2
175 ( cd include/opie2 && ln -sf ../../libopie2/opiecore/*.h .; ) 174 ( cd include/opie2 && ln -sf ../../libopie2/opiecore/*.h .; )