diff options
author | jan Iversen <jani@libreoffice.org> | 2018-01-14 12:27:22 +0100 |
---|---|---|
committer | jan Iversen <jani@libreoffice.org> | 2018-01-14 12:27:57 +0100 |
commit | e16668e16441406db20f2adf587a9e1fed75b9aa (patch) | |
tree | b4f4dbd56eac4f274c752a74af738b063bd925aa /ios | |
parent | 35020496e22317715140278a4b4cc974e48889da (diff) |
iOS, typo
Change-Id: I59db4b822a7d0f697f887f99805893e9adb54667
Diffstat (limited to 'ios')
-rw-r--r-- | ios/CustomTarget_iOS_setup.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ios/CustomTarget_iOS_setup.mk b/ios/CustomTarget_iOS_setup.mk index ab303a837efd..28636c7f0759 100644 --- a/ios/CustomTarget_iOS_setup.mk +++ b/ios/CustomTarget_iOS_setup.mk @@ -20,7 +20,7 @@ $(call gb_CustomTarget_get_target,ios/iOS_setup): $(IOSGEN)/native-code.h #- Generate dynamic files --------------------------------------------------- -$(IOSGEN)/native-code.h: $(WORKDIR)/ios $(BUILDDIR)/config_host.mk \ +$(IOSGEN)/native-code.h: $(BUILDDIR)/config_host.mk \ $(SRCDIR)/ios/CustomTarget_iOS_setup.mk \ $(SRCDIR)/solenv/bin/native-code.py $(call gb_Output_announce,$(subst $(WORKDIR)/,,$@),$(true),ENV,2) |