author | mickeyl <mickeyl> | 2003-08-13 12:24:47 (UTC) |
---|---|---|
committer | mickeyl <mickeyl> | 2003-08-13 12:24:47 (UTC) |
commit | 6e7dbb9320256c326cd19e7555b4309e71d039e3 (patch) (unidiff) | |
tree | 3a64f0284a7f9f2a2fdbacffde3e11eb768b79bc /Rules.make | |
parent | db952faa29fa56602b061ef4faff61cc57f71243 (diff) | |
download | opie-6e7dbb9320256c326cd19e7555b4309e71d039e3.zip opie-6e7dbb9320256c326cd19e7555b4309e71d039e3.tar.gz opie-6e7dbb9320256c326cd19e7555b4309e71d039e3.tar.bz2 |
make it at least compile. ljp, please look @ the doctab
-rw-r--r-- | Rules.make | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -58,6 +58,7 @@ $(OPIEDIR)/stamp-headers : | |||
58 | mkdir -p $(TOPDIR)/include/qpe \ | 58 | mkdir -p $(TOPDIR)/include/qpe \ |
59 | $(TOPDIR)/include/qtopia \ | 59 | $(TOPDIR)/include/qtopia \ |
60 | $(TOPDIR)/include/opie \ | 60 | $(TOPDIR)/include/opie \ |
61 | $(TOPDIR)/include/opie2 \ | ||
61 | $(TOPDIR)/include/qtopia/private | 62 | $(TOPDIR)/include/qtopia/private |
62 | ( cd include/qpe && rm -f *.h; ln -sf ../../library/*.h .; ln -sf ../../library/backend/*.h .; rm -f *_p.h; ) | 63 | ( cd include/qpe && rm -f *.h; ln -sf ../../library/*.h .; ln -sf ../../library/backend/*.h .; rm -f *_p.h; ) |
63 | ( cd include/qtopia && rm -f *.h; ln -sf ../../library/*.h .; ) | 64 | ( cd include/qtopia && rm -f *.h; ln -sf ../../library/*.h .; ) |