summaryrefslogtreecommitdiff
authorkergoth <kergoth>2002-11-06 21:30:25 (UTC)
committer kergoth <kergoth>2002-11-06 21:30:25 (UTC)
commit7a0e2678368c1cbb036085aaa594801e93e0b1c1 (patch) (unidiff)
treeb55f28b29decdee69a51233a85144d388c9aeda3
parent1305bd1b6b9495783a1c189a206e4cc2b3d8d1c4 (diff)
downloadopie-7a0e2678368c1cbb036085aaa594801e93e0b1c1.zip
opie-7a0e2678368c1cbb036085aaa594801e93e0b1c1.tar.gz
opie-7a0e2678368c1cbb036085aaa594801e93e0b1c1.tar.bz2
Slight variable correction, to ensure clean target continues to work
Diffstat (more/less context) (show whitespace changes)
-rw-r--r--Makefile.test5
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
8noconfig_targets := xconfig menuconfig config oldconfig randconfig \ 8noconfig_targets := xconfig menuconfig config oldconfig randconfig \
9 defconfig allyesconfig allnoconfig allmodconfig \ 9 defconfig allyesconfig allnoconfig allmodconfig
10 clean mrproper distclean \
11 help tags TAGS sgmldocs psdocs pdfdocs htmldocs \
12 checkconfig checkhelp checkincludes
13 10