summaryrefslogtreecommitdiff
path: root/Rules.make
authorkergoth <kergoth>2003-01-28 18:59:21 (UTC)
committer kergoth <kergoth>2003-01-28 18:59:21 (UTC)
commitb32cd6fb7b80589c1ecfa93eaa43ca91f7a6b2bd (patch) (side-by-side diff)
tree6daf397af3654157b6c8729aab01ea53d11f95e6 /Rules.make
parent0bbf9cc78e46de9e116f6b4f8de2b736759f8c15 (diff)
downloadopie-b32cd6fb7b80589c1ecfa93eaa43ca91f7a6b2bd.zip
opie-b32cd6fb7b80589c1ecfa93eaa43ca91f7a6b2bd.tar.gz
opie-b32cd6fb7b80589c1ecfa93eaa43ca91f7a6b2bd.tar.bz2
bugfix re: switching between x11 and normal builds.. stamp-header cleanup.
Diffstat (limited to 'Rules.make') (more/less context) (ignore whitespace changes)
-rw-r--r--Rules.make8
1 files changed, 4 insertions, 4 deletions
diff --git a/Rules.make b/Rules.make
index 11bfa55..d5c6b24 100644
--- a/Rules.make
+++ b/Rules.make
@@ -35,7 +35,7 @@ $(TOPDIR)/.depends.cfgs:
@-rm -f dirs
$(QTDIR)/stamp-headers :
- @-rm -f $@*
+ @-rm -f $(QTDIR)/stamp-headers*
( cd $(QTDIR)/include; \
$(patsubst %,ln -sf ../src/kernel/%;,qgfx_qws.h qwsmouse_qws.h \
qcopchannel_qws.h qwindowsystem_qws.h \
@@ -43,12 +43,12 @@ $(QTDIR)/stamp-headers :
touch $@
$(QTDIR)/stamp-headers-x11 :
- @-rm -f $@*
+ @-rm -f $(QTDIR)/stamp-headers*
cd $(QTDIR)/include; $(patsubst %,ln -sf $(OPIEDIR)/x11/libqpe-x11/qt/%;,qgfx_qws.h qwsmouse_qws.h qcopchannel_qws.h qwindowsystem_qws.h qfontmanager_qws.h qwsdefaultdecoration_qws.h)
touch $@
$(OPIEDIR)/stamp-headers :
- @-rm -f $@*
+ @-rm -f $(OPIEDIR)/stamp-headers*
mkdir -p $(TOPDIR)/include/qpe $(TOPDIR)/include/qtopia \
$(TOPDIR)/include/opie $(TOPDIR)/include/qtopia/private
( cd include/qpe && rm -f *.h; ln -sf ../../library/*.h .; ln -sf ../../library/backend/*.h .; rm -f *_p.h; )
@@ -63,7 +63,7 @@ $(OPIEDIR)/stamp-headers :
touch $@
$(OPIEDIR)/stamp-headers-x11 :
- @-rm -f $@*
+ @-rm -f $(OPIEDIR)/stamp-headers*
mkdir -p $(TOPDIR)/include/qpe $(TOPDIR)/include/qtopia \
$(TOPDIR)/include/opie $(TOPDIR)/include/qtopia/private
( cd include/qpe && rm -f *.h; ln -sf ../../library/*.h .; ln -sf ../../library/backend/*.h .; rm -f *_p.h; )