author | kergoth <kergoth> | 2002-11-06 19:01:21 (UTC) |
---|---|---|
committer | kergoth <kergoth> | 2002-11-06 19:01:21 (UTC) |
commit | a577ba23721cebbb5918c9650acc3dd113ed25b3 (patch) (side-by-side diff) | |
tree | bb80a9250725d2ccf7a2d79170df868912cd06c1 /Makefile.test | |
parent | f102976a7a724520825427a76648e8b9f72e8449 (diff) | |
download | opie-a577ba23721cebbb5918c9650acc3dd113ed25b3.zip opie-a577ba23721cebbb5918c9650acc3dd113ed25b3.tar.gz opie-a577ba23721cebbb5918c9650acc3dd113ed25b3.tar.bz2 |
Add X11..
-rw-r--r-- | Makefile.test | 6 |
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 @@ -76,6 +76,8 @@ defconfig : ./scripts/kconfig/conf -d ./config.in +export + -include $(TOPDIR)/.config -include $(TOPDIR)/..config.cmd -include $(TOPDIR)/.depends @@ -84,7 +86,9 @@ export QMAKESPEC=$(QMAKESPECSDIR)/qws/$(patsubst "%",%,$(CONFIG_SPECFILE)) all clean: $(subdir-y) -$(subdir-y) : $(TOPDIR)/stamp-headers $(TOPDIR)/library/custom.h +$(subdir-y) : $(if $(CONFIG_LIBQPE),$(TOPDIR)/stamp-headers) \ + $(if $(CONFIG_LIBQPE-X11),$(TOPDIR)/stamp-headers-x11) \ + $(TOPDIR)/library/custom.h clean : $(TOPDIR)/.config |