From 5e6ce0ba567dd9c8ae33353fcf1d0554b34241e8 Mon Sep 17 00:00:00 2001 From: mickeyl Date: Mon, 15 Nov 2004 14:29:41 +0000 Subject: this improves Opie build system playing more nice with OE. instructions later... alert me if this breaks the non-oe work (which i doubt) --- (limited to 'Makefile') diff --git a/Makefile b/Makefile index e1ae448..5ed6eea 100644 --- a/Makefile +++ b/Makefile @@ -110,9 +110,13 @@ qtmessages: done ;\ xgettext -C -ktr -kQT_TRANSLATE_NOOP -n `cat list` -o $(OPIEDIR)/qt-messages.pot +ifndef CONFIG_TARGET_OE $(subdir-y) : $(if $(CONFIG_LIBQPE),$(QTDIR)/stamp-headers $(OPIEDIR)/stamp-headers) \ $(if $(CONFIG_LIBQPE-X11),$(QTDIR)/stamp-headers-x11 $(OPIEDIR)/stamp-headers-x11 ) \ $(TOPDIR)/library/custom.h +else +$(subdir-y) : $(if $(CONFIG_LIBQPE),$(OPIEDIR)/stamp-headers) $(TOPDIR)/library/custom.h +endif clean : $(TOPDIR)/.config make -C bin clean -- cgit v0.9.0.2