diff options
Diffstat (limited to 'tools/depends')
-rw-r--r-- | tools/depends/target/wayland/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/tools/depends/target/wayland/Makefile b/tools/depends/target/wayland/Makefile index 5df950191c..403b41578e 100644 --- a/tools/depends/target/wayland/Makefile +++ b/tools/depends/target/wayland/Makefile @@ -12,8 +12,6 @@ include ../../download-files.include # configuration settings CONFIGURE=./configure --prefix=$(PREFIX) --with-host-scanner --disable-documentation --disable-dtd-validation -LIBDYLIB=$(PLATFORM)/.libs/libwayland-client.la - all: .installed-$(PLATFORM) @@ -22,10 +20,8 @@ $(PLATFORM): $(DEPS) | $(TARBALLS_LOCATION)/$(ARCHIVE).$(HASH_TYPE) cd $(PLATFORM); $(ARCHIVE_TOOL) $(ARCHIVE_TOOL_FLAGS) $(TARBALLS_LOCATION)/$(ARCHIVE) cd $(PLATFORM); $(CONFIGURE) -$(LIBDYLIB): $(PLATFORM) +.installed-$(PLATFORM): $(PLATFORM) $(MAKE) -C $(PLATFORM) - -.installed-$(PLATFORM): $(LIBDYLIB) $(MAKE) -C $(PLATFORM) install # remove the target wayland scanner from the sysroot. We only want to use the native one |