author | zecke <zecke> | 2002-02-05 02:34:12 (UTC) |
---|---|---|
committer | zecke <zecke> | 2002-02-05 02:34:12 (UTC) |
commit | e77f345ca9812cec21e9df7f1fcec3f6110a66ff (patch) (side-by-side diff) | |
tree | 9cba62493550365c2b3053c95fc63da414c3446b /noncore/games/minesweep | |
parent | af8212fa21bf4c747707ee314ba838b46bd8211d (diff) | |
download | opie-e77f345ca9812cec21e9df7f1fcec3f6110a66ff.zip opie-e77f345ca9812cec21e9df7f1fcec3f6110a66ff.tar.gz opie-e77f345ca9812cec21e9df7f1fcec3f6110a66ff.tar.bz2 |
Compile fix
/home/ke*/..openzaurus/.../include/qpe -> $(OPIEDIR)/include/qpe
-rw-r--r-- | noncore/games/minesweep/Makefile.in | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/noncore/games/minesweep/Makefile.in b/noncore/games/minesweep/Makefile.in index 6df2608..4835d7a 100644 --- a/noncore/games/minesweep/Makefile.in +++ b/noncore/games/minesweep/Makefile.in @@ -107,19 +107,19 @@ REQUIRES= main.o: main.cpp \ minesweep.h \ - /home/kergoth/roms/openzaurus/buildroot-oz/build/opie/include/qpe/qpeapplication.h + $(OPIEDIR)/include/qpe/qpeapplication.h minefield.o: minefield.cpp \ minefield.h \ - /home/kergoth/roms/openzaurus/buildroot-oz/build/opie/include/qpe/config.h + $(OPIEDIR)/include/qpe/config.h minesweep.o: minesweep.cpp \ minesweep.h \ minefield.h \ - /home/kergoth/roms/openzaurus/buildroot-oz/build/opie/include/qpe/resource.h \ - /home/kergoth/roms/openzaurus/buildroot-oz/build/opie/include/qpe/config.h \ - /home/kergoth/roms/openzaurus/buildroot-oz/build/opie/include/qpe/qpetoolbar.h \ - /home/kergoth/roms/openzaurus/buildroot-oz/build/opie/include/qpe/qpemenubar.h + $(OPIEDIR)/include/qpe/resource.h \ + $(OPIEDIR)/include/qpe/config.h \ + $(OPIEDIR)/include/qpe/qpetoolbar.h \ + $(OPIEDIR)/include/qpe/qpemenubar.h moc_minefield.o: moc_minefield.cpp \ minefield.h |