author | llornkcor <llornkcor> | 2002-02-24 17:43:36 (UTC) |
---|---|---|
committer | llornkcor <llornkcor> | 2002-02-24 17:43:36 (UTC) |
commit | f6ee5a9b0dbc083b0ccbf9ecbcf9b8bddb401daf (patch) (side-by-side diff) | |
tree | 924af60036721711bef26bc969d53f3a54fe87e3 | |
parent | c8c16041847fa96ffc4283fcedf4431917bc7bf5 (diff) | |
download | opie-f6ee5a9b0dbc083b0ccbf9ecbcf9b8bddb401daf.zip opie-f6ee5a9b0dbc083b0ccbf9ecbcf9b8bddb401daf.tar.gz opie-f6ee5a9b0dbc083b0ccbf9ecbcf9b8bddb401daf.tar.bz2 |
fixed hardpath
-rw-r--r-- | noncore/unsupported/filebrowser/Makefile.in | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/noncore/unsupported/filebrowser/Makefile.in b/noncore/unsupported/filebrowser/Makefile.in index d964f79..c3336cf 100644 --- a/noncore/unsupported/filebrowser/Makefile.in +++ b/noncore/unsupported/filebrowser/Makefile.in @@ -115,11 +115,11 @@ filebrowser.o: filebrowser.cpp \ filebrowser.h \ filePermissions.h \ - /usr/src/oldsrc/Opie/opie/include/qpe/resource.h \ - /usr/src/oldsrc/Opie/opie/include/qpe/global.h \ - /usr/src/oldsrc/Opie/opie/include/qpe/mimetype.h \ - /usr/src/oldsrc/Opie/opie/include/qpe/applnk.h \ - /usr/src/oldsrc/Opie/opie/include/qcopenvelope_qws.h \ - /usr/src/oldsrc/Opie/opie/include/qpe/qpetoolbar.h \ - /usr/src/oldsrc/Opie/opie/include/qpe/qpemenubar.h + $(OPIEDIR)/include/qpe/resource.h \ + $(OPIEDIR)/include/qpe/global.h \ + $(OPIEDIR)/include/qpe/mimetype.h \ + $(OPIEDIR)/include/qpe/applnk.h \ + $(OPIEDIR)/include/qcopenvelope_qws.h \ + $(OPIEDIR)/include/qpe/qpetoolbar.h \ + $(OPIEDIR)/include/qpe/qpemenubar.h inlineedit.o: inlineedit.cpp \ @@ -131,8 +131,8 @@ filePermissions.o: filePermissions.cpp \ main.o: main.cpp \ filebrowser.h \ - /usr/src/oldsrc/Opie/opie/include/qpe/qpeapplication.h \ - /usr/src/oldsrc/Opie/opie/include/qpedecoration_qws.h \ - /usr/src/oldsrc/Opie/opie/include/timestring.h \ - /usr/src/oldsrc/Opie/opie/include/qpe/mimetype.h + $(OPIEDIR)/include/qpe/qpeapplication.h \ + $(OPIEDIR)/include/qpedecoration_qws.h \ + $(OPIEDIR)/include/timestring.h \ + $(OPIEDIR)/include/qpe/mimetype.h moc_inlineedit.o: moc_inlineedit.cpp \ |