summaryrefslogtreecommitdiff
path: root/Makefile.test
authorkergoth <kergoth>2002-11-06 19:01:21 (UTC)
committer kergoth <kergoth>2002-11-06 19:01:21 (UTC)
commita577ba23721cebbb5918c9650acc3dd113ed25b3 (patch) (unidiff)
treebb80a9250725d2ccf7a2d79170df868912cd06c1 /Makefile.test
parentf102976a7a724520825427a76648e8b9f72e8449 (diff)
downloadopie-a577ba23721cebbb5918c9650acc3dd113ed25b3.zip
opie-a577ba23721cebbb5918c9650acc3dd113ed25b3.tar.gz
opie-a577ba23721cebbb5918c9650acc3dd113ed25b3.tar.bz2
Add X11..
Diffstat (limited to 'Makefile.test') (more/less context) (show whitespace changes)
-rw-r--r--Makefile.test6
1 files changed, 5 insertions, 1 deletions
diff --git a/Makefile.test b/Makefile.test
index 00cc906..55700f1 100644
--- a/Makefile.test
+++ b/Makefile.test
@@ -78,2 +78,4 @@ defconfig :
78 78
79export
80
79-include $(TOPDIR)/.config 81-include $(TOPDIR)/.config
@@ -86,3 +88,5 @@ all clean: $(subdir-y)
86 88
87$(subdir-y) : $(TOPDIR)/stamp-headers $(TOPDIR)/library/custom.h 89$(subdir-y) : $(if $(CONFIG_LIBQPE),$(TOPDIR)/stamp-headers) \
90 $(if $(CONFIG_LIBQPE-X11),$(TOPDIR)/stamp-headers-x11) \
91 $(TOPDIR)/library/custom.h
88 92