diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2011-11-12 00:00:01 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2011-11-14 11:50:26 +0100 |
commit | e3712f9d350a4dbef0951e72f0de9a31eabba065 (patch) | |
tree | 25b745eb7dab018a2902137130b72899d53ece1a /cppu/qa | |
parent | b863767bd1ddc2af18900fa1df0cd61ef2fa6edb (diff) |
Fix build --all depend=x.
Diffstat (limited to 'cppu/qa')
-rw-r--r-- | cppu/qa/cppumaker/makefile.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cppu/qa/cppumaker/makefile.mk b/cppu/qa/cppumaker/makefile.mk index accda46fce3f..b0e6f8e0be47 100644 --- a/cppu/qa/cppumaker/makefile.mk +++ b/cppu/qa/cppumaker/makefile.mk @@ -55,7 +55,9 @@ SLOFILES = $(SHL1OBJS) .INCLUDE: target.mk +.IF "$(depend)" == "" ALLTAR: test +.END $(SHL1OBJS): $(MISC)/$(TARGET).cppumaker.flag |