diff options
| author | Eric Andersen | 2005-06-24 11:39:45 +0200 |
|---|---|---|
| committer | Eric Andersen | 2005-06-24 11:39:45 +0200 |
| commit | 7c5dbf816a60f571507efcf31e61704a5ecabaf6 (patch) | |
| tree | 9b5c9a9685dbc191f26f327e45ca3bc5353f820b /package/tinyx | |
| parent | minor cleanups (diff) | |
| download | buildroot-7c5dbf816a60f571507efcf31e61704a5ecabaf6.tar.gz buildroot-7c5dbf816a60f571507efcf31e61704a5ecabaf6.tar.xz buildroot-7c5dbf816a60f571507efcf31e61704a5ecabaf6.zip | |
prevent whining about conflicting targets
Diffstat (limited to 'package/tinyx')
| -rw-r--r-- | package/tinyx/tinyx.mk | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/package/tinyx/tinyx.mk b/package/tinyx/tinyx.mk index efdf20d3a..29972ee53 100644 --- a/package/tinyx/tinyx.mk +++ b/package/tinyx/tinyx.mk @@ -20,6 +20,11 @@ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 # USA # + + +ifneq ($(strip $(BR2_PACKAGE_XORG)),y) +ifeq ($(strip $(BR2_PACKAGE_TINYX)),y) + ############################################################# # You may want to change these. ############################################################# @@ -137,6 +142,6 @@ tinyx-dirclean: # Toplevel Makefile options # ############################################################# -ifeq ($(strip $(BR2_PACKAGE_TINYX)),y) TARGETS+=tinyx endif +endif |
