diff options
author | Michael Stahl <mstahl@redhat.com> | 2014-08-15 13:11:13 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2014-08-15 13:11:13 +0200 |
commit | 3679956b238eab3c453f12c43fb328965e7eeae7 (patch) | |
tree | 70911b4e6a2276736acec7eddb56a602c36bf359 /dbaccess/Library_dbu.mk | |
parent | 36ce22f41a754fa405804434899a08a23081e721 (diff) |
dbaccess: fix build after AutoControls_tmpl.hrc removal
Change-Id: I8e7e926aae646225234cf9e41fdf048735f40eb0
Diffstat (limited to 'dbaccess/Library_dbu.mk')
-rw-r--r-- | dbaccess/Library_dbu.mk | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/dbaccess/Library_dbu.mk b/dbaccess/Library_dbu.mk index d01342bfdd1d..fa551c53121e 100644 --- a/dbaccess/Library_dbu.mk +++ b/dbaccess/Library_dbu.mk @@ -280,6 +280,4 @@ $(eval $(call gb_Library_add_exception_objects,dbu,\ )) endif -$(call gb_Library_get_headers_target,dbu) : $(call gb_SrsTemplateTarget_get_include_dir,dbaccess)/AutoControls.hrc - # vim: set noet sw=4 ts=4: |