diff options
Diffstat (limited to 'sd/Library_sd.mk')
-rw-r--r-- | sd/Library_sd.mk | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/sd/Library_sd.mk b/sd/Library_sd.mk index 5663fd97c7fa..a96e3b8e2594 100644 --- a/sd/Library_sd.mk +++ b/sd/Library_sd.mk @@ -517,10 +517,4 @@ $(eval $(call gb_Library_add_exception_objects,sd,\ )) endif -$(WORKDIR)/inc/sd/sduilib.hxx : - mkdir -p $(dir $@) && \ - echo \#define DLL_NAME \"$(if $(filter UNX,$(GUI)),lib)sdui$(DLLPOSTFIX)$(DLLPOST)\" > $@ - -$(call gb_CxxObject_get_target,sd/source/ui/dlg/sdabstdlg) : $(WORKDIR)/inc/sd/sduilib.hxx - # vim: set noet ts=4 sw=4: |