author | mark <mark> | 2002-02-18 16:56:22 (UTC) |
---|---|---|
committer | mark <mark> | 2002-02-18 16:56:22 (UTC) |
commit | 0dd511276a499a83699a3d17ddb074eab7e7e4ca (patch) (unidiff) | |
tree | 163cc31e0b42cde7a0c0df952c50c12284a81348 | |
parent | 46ae2ea92e910138307e65a8e4fbd666655766f4 (diff) | |
download | opie-0dd511276a499a83699a3d17ddb074eab7e7e4ca.zip opie-0dd511276a499a83699a3d17ddb074eab7e7e4ca.tar.gz opie-0dd511276a499a83699a3d17ddb074eab7e7e4ca.tar.bz2 |
Fix (please work this time)
-rw-r--r-- | core/apps/textedit/Makefile.in | 64 |
1 files changed, 31 insertions, 33 deletions
diff --git a/core/apps/textedit/Makefile.in b/core/apps/textedit/Makefile.in index 399ea4b..06fdb77 100644 --- a/core/apps/textedit/Makefile.in +++ b/core/apps/textedit/Makefile.in | |||
@@ -81,6 +81,4 @@ moc: $(SRCMOC) | |||
81 | 81 | ||
82 | tmake: Makefile.in | 82 | tmake: |
83 | 83 | tmake textedit.pro | |
84 | Makefile.in: textedit.pro | ||
85 | tmake textedit.pro -o Makefile.in | ||
86 | 84 | ||
@@ -119,4 +117,4 @@ main.o: main.cpp \ | |||
119 | textedit.h \ | 117 | textedit.h \ |
120 | /home/mark/source/opie/include/qpe/filemanager.h \ | 118 | $(OPIEDIR)/include/qpe/filemanager.h \ |
121 | /home/mark/source/opie/include/qpe/qpeapplication.h | 119 | $(OPIEDIR)/include/qpe/qpeapplication.h |
122 | 120 | ||
@@ -124,3 +122,3 @@ textedit.o: textedit.cpp \ | |||
124 | textedit.h \ | 122 | textedit.h \ |
125 | /home/mark/source/opie/include/qpe/filemanager.h \ | 123 | $(OPIEDIR)/include/qpe/filemanager.h \ |
126 | fileBrowser.h \ | 124 | fileBrowser.h \ |
@@ -128,14 +126,14 @@ textedit.o: textedit.cpp \ | |||
128 | fontDialog.h \ | 126 | fontDialog.h \ |
129 | /home/mark/source/opie/include/qpe/fontdatabase.h \ | 127 | $(OPIEDIR)/include/qpe/fontdatabase.h \ |
130 | /home/mark/source/opie/include/qpe/fontfactoryinterface.h \ | 128 | $(OPIEDIR)/include/qpe/fontfactoryinterface.h \ |
131 | /home/mark/source/opie/include/qpe/qcom.h \ | 129 | $(OPIEDIR)/include/qpe/qcom.h \ |
132 | /home/mark/source/opie/include/qpe/quuid.h \ | 130 | $(OPIEDIR)/include/qpe/quuid.h \ |
133 | /home/mark/source/opie/include/qpe/global.h \ | 131 | $(OPIEDIR)/include/qpe/global.h \ |
134 | /home/mark/source/opie/include/qpe/fileselector.h \ | 132 | $(OPIEDIR)/include/qpe/fileselector.h \ |
135 | /home/mark/source/opie/include/qpe/applnk.h \ | 133 | $(OPIEDIR)/include/qpe/applnk.h \ |
136 | /home/mark/source/opie/include/qpe/resource.h \ | 134 | $(OPIEDIR)/include/qpe/resource.h \ |
137 | /home/mark/source/opie/include/qpe/config.h \ | 135 | $(OPIEDIR)/include/qpe/config.h \ |
138 | /home/mark/source/opie/include/qpe/qpeapplication.h \ | 136 | $(OPIEDIR)/include/qpe/qpeapplication.h \ |
139 | /home/mark/source/opie/include/qpe/qpemenubar.h \ | 137 | $(OPIEDIR)/include/qpe/qpemenubar.h \ |
140 | /home/mark/source/opie/include/qpe/qpetoolbar.h | 138 | $(OPIEDIR)/include/qpe/qpetoolbar.h |
141 | 139 | ||
@@ -143,3 +141,3 @@ fileBrowser.o: fileBrowser.cpp \ | |||
143 | fileBrowser.h \ | 141 | fileBrowser.h \ |
144 | /home/mark/source/opie/include/qpe/config.h | 142 | $(OPIEDIR)/include/qpe/config.h |
145 | 143 | ||
@@ -147,8 +145,8 @@ fontDialog.o: fontDialog.cpp \ | |||
147 | fontDialog.h \ | 145 | fontDialog.h \ |
148 | /home/mark/source/opie/include/qpe/fontdatabase.h \ | 146 | $(OPIEDIR)/include/qpe/fontdatabase.h \ |
149 | /home/mark/source/opie/include/qpe/fontfactoryinterface.h \ | 147 | $(OPIEDIR)/include/qpe/fontfactoryinterface.h \ |
150 | /home/mark/source/opie/include/qpe/qcom.h \ | 148 | $(OPIEDIR)/include/qpe/qcom.h \ |
151 | /home/mark/source/opie/include/qpe/quuid.h \ | 149 | $(OPIEDIR)/include/qpe/quuid.h \ |
152 | /home/mark/source/opie/include/qpe/config.h \ | 150 | $(OPIEDIR)/include/qpe/config.h \ |
153 | /home/mark/source/opie/include/qpe/qpeapplication.h | 151 | $(OPIEDIR)/include/qpe/qpeapplication.h |
154 | 152 | ||
@@ -156,4 +154,4 @@ fileSaver.o: fileSaver.cpp \ | |||
156 | fileSaver.h \ | 154 | fileSaver.h \ |
157 | /home/mark/source/opie/include/qpe/config.h \ | 155 | $(OPIEDIR)/include/qpe/config.h \ |
158 | /home/mark/source/opie/include/qpe/qpeapplication.h | 156 | $(OPIEDIR)/include/qpe/qpeapplication.h |
159 | 157 | ||
@@ -161,3 +159,3 @@ moc_textedit.o: moc_textedit.cpp \ | |||
161 | textedit.h \ | 159 | textedit.h \ |
162 | /home/mark/source/opie/include/qpe/filemanager.h | 160 | $(OPIEDIR)/include/qpe/filemanager.h |
163 | 161 | ||
@@ -168,6 +166,6 @@ moc_fontDialog.o: moc_fontDialog.cpp \ | |||
168 | fontDialog.h \ | 166 | fontDialog.h \ |
169 | /home/mark/source/opie/include/qpe/fontdatabase.h \ | 167 | $(OPIEDIR)/include/qpe/fontdatabase.h \ |
170 | /home/mark/source/opie/include/qpe/fontfactoryinterface.h \ | 168 | $(OPIEDIR)/include/qpe/fontfactoryinterface.h \ |
171 | /home/mark/source/opie/include/qpe/qcom.h \ | 169 | $(OPIEDIR)/include/qpe/qcom.h \ |
172 | /home/mark/source/opie/include/qpe/quuid.h | 170 | $(OPIEDIR)/include/qpe/quuid.h |
173 | 171 | ||