author | kergoth <kergoth> | 2002-11-06 21:30:25 (UTC) |
---|---|---|
committer | kergoth <kergoth> | 2002-11-06 21:30:25 (UTC) |
commit | 7a0e2678368c1cbb036085aaa594801e93e0b1c1 (patch) (side-by-side diff) | |
tree | b55f28b29decdee69a51233a85144d388c9aeda3 | |
parent | 1305bd1b6b9495783a1c189a206e4cc2b3d8d1c4 (diff) | |
download | opie-7a0e2678368c1cbb036085aaa594801e93e0b1c1.zip opie-7a0e2678368c1cbb036085aaa594801e93e0b1c1.tar.gz opie-7a0e2678368c1cbb036085aaa594801e93e0b1c1.tar.bz2 |
Slight variable correction, to ensure clean target continues to work
-rw-r--r-- | Makefile.test | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/Makefile.test b/Makefile.test index daa6d35..11fec40 100644 --- a/Makefile.test +++ b/Makefile.test @@ -8,6 +8,3 @@ export QMAKESPECSDIR=$(OPIEDIR)/mkspecs noconfig_targets := xconfig menuconfig config oldconfig randconfig \ - defconfig allyesconfig allnoconfig allmodconfig \ - clean mrproper distclean \ - help tags TAGS sgmldocs psdocs pdfdocs htmldocs \ - checkconfig checkhelp checkincludes + defconfig allyesconfig allnoconfig allmodconfig |