|
Lines 1-27
Link Here
|
| 1 |
--- src/Makefile.include.orig 2014-12-12 22:22:31 UTC |
|
|
| 2 |
+++ src/Makefile.include |
| 3 |
@@ -40,18 +40,18 @@ $(LIBBITCOINQT): |
| 4 |
ui_%.h: %.ui |
| 5 |
@test -d $(abs_builddir)/$(@D) || $(MKDIR_P) $(abs_builddir)/$(@D) |
| 6 |
@test -f $(UIC) && QT_SELECT=$(QT_SELECT) $(UIC) -o $(abs_builddir)/$@ $(abs_srcdir)/$< || echo error: could not build $(abs_builddir)/$@ |
| 7 |
- $(SED) -e '/^\*\*.*Created:/d' $(abs_builddir)/$@ > $(abs_builddir)/$@.n && mv $(abs_builddir)/$@{.n,} |
| 8 |
- $(SED) -e '/^\*\*.*by:/d' $(abs_builddir)/$@ > $(abs_builddir)/$@.n && mv $(abs_builddir)/$@{.n,} |
| 9 |
+ $(SED) -e '/^\*\*.*Created:/d' $(abs_builddir)/$@ > $(abs_builddir)/$@.n && mv $(abs_builddir)/$@.n $(abs_builddir)/$@ |
| 10 |
+ $(SED) -e '/^\*\*.*by:/d' $(abs_builddir)/$@ > $(abs_builddir)/$@.n && mv $(abs_builddir)/$@.n $(abs_builddir)/$@ |
| 11 |
|
| 12 |
%.moc: %.cpp |
| 13 |
QT_SELECT=$(QT_SELECT) $(MOC) $(QT_INCLUDES) $(MOC_DEFS) -o $@ $< |
| 14 |
- $(SED) -e '/^\*\*.*Created:/d' $@ > $@.n && mv $@{.n,} |
| 15 |
- $(SED) -e '/^\*\*.*by:/d' $@ > $@.n && mv $@{.n,} |
| 16 |
+ $(SED) -e '/^\*\*.*Created:/d' $@ > $@.n && mv $@.n $(abs_builddir)/$@ |
| 17 |
+ $(SED) -e '/^\*\*.*by:/d' $@ > $@.n && mv $@.n $(abs_builddir)/$@ |
| 18 |
|
| 19 |
moc_%.cpp: %.h |
| 20 |
QT_SELECT=$(QT_SELECT) $(MOC) $(QT_INCLUDES) $(MOC_DEFS) -o $@ $< |
| 21 |
- $(SED) -e '/^\*\*.*Created:/d' $@ > $@.n && mv $@{.n,} |
| 22 |
- $(SED) -e '/^\*\*.*by:/d' $@ > $@.n && mv $@{.n,} |
| 23 |
+ $(SED) -e '/^\*\*.*Created:/d' $@ > $@.n && mv $@.n $(abs_builddir)/$@ |
| 24 |
+ $(SED) -e '/^\*\*.*by:/d' $@ > $@.n && mv $@.n $(abs_builddir)/$@ |
| 25 |
|
| 26 |
%.qm: %.ts |
| 27 |
@test -d $(abs_builddir)/$(@D) || $(MKDIR_P) $(abs_builddir)/$(@D) |