diff options
| author | Gordon Sim <gsim@apache.org> | 2007-02-14 10:33:58 +0000 |
|---|---|---|
| committer | Gordon Sim <gsim@apache.org> | 2007-02-14 10:33:58 +0000 |
| commit | 32f93a54bf4a8e51e469c14c6ddb1efe9ed4b197 (patch) | |
| tree | b6502703fdf63b33129d2d7edcf4224d2acb3e3d /qpid/cpp | |
| parent | 38cb8cf201b1137fcd6555e82710f2f8bd749f6b (diff) | |
| download | qpid-python-32f93a54bf4a8e51e469c14c6ddb1efe9ed4b197.tar.gz | |
Applied patch from Jim Meyering, submitted on dev list:
2007-02-14 Jim Meyering <jim@meyering.net>
* gen/Makefile.am (gen-src.mk): Don't append to $@-t, in case
there's a stray copy left over from an interrupted build.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@507472 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp')
| -rw-r--r-- | qpid/cpp/gen/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/cpp/gen/Makefile.am b/qpid/cpp/gen/Makefile.am index e1707b86c4..bd9f05eda6 100644 --- a/qpid/cpp/gen/Makefile.am +++ b/qpid/cpp/gen/Makefile.am @@ -27,6 +27,6 @@ $(BUILT_SOURCES) timestamp: $(spec) $(java_sources) $(cxx_templates) touch timestamp gen-src.mk: timestamp - ./make-gen-src-mk.sh $(gentools_dir) $(gentools_srcdir) >> $@-t + ./make-gen-src-mk.sh $(gentools_dir) $(gentools_srcdir) > $@-t mv $@-t $@ endif |
