diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2013-04-11 14:05:42 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2013-04-11 14:24:08 +0200 |
commit | 14a2413530cd856eb9ce280187d1f32acd358d1d (patch) | |
tree | dfcfedc8e20443ba91d8e93ac1117ab1d9410246 /odk/settings | |
parent | f0157b8e4ae5ba2bac7e3368fb63c0495dd16a1c (diff) |
Adapt SDK to -B removed from cppumaker/javamaker
Change-Id: Ida4d11e0f8dfea201e0456cc54aa7f5af093d2ad
Diffstat (limited to 'odk/settings')
-rw-r--r-- | odk/settings/stdtarget.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/odk/settings/stdtarget.mk b/odk/settings/stdtarget.mk index 7563b207dc3a..14d131f7e819 100644 --- a/odk/settings/stdtarget.mk +++ b/odk/settings/stdtarget.mk @@ -31,5 +31,5 @@ $(SDKTYPEFLAG): #$(URE_TYPES) $(OFFICE_TYPES) # This is a makefile for a standard Make, so must be TABs below -$(MKDIR) $(subst /,$(PS),$(@D)) -$(DEL) $(subst \\,\,$(subst /,$(PS),$(SDKTYPEFLAG))) - $(CPPUMAKER) -Gc -BUCR -O$(OUT_INC) $(URE_TYPES) $(OFFICE_TYPES) + $(CPPUMAKER) -Gc -O$(OUT_INC) $(URE_TYPES) $(OFFICE_TYPES) echo flagged > $@ |