diff options
author | Mathias Gumz <akira@fluxbox.org> | 2015-01-03 13:40:56 (GMT) |
---|---|---|
committer | Mathias Gumz <akira@fluxbox.org> | 2015-01-03 13:40:56 (GMT) |
commit | 495271853665243852bf3693567bd5ca33c92cf8 (patch) | |
tree | 29d05e858af0d18577f10a77616a03f36c5202e9 | |
parent | a8dfb5673990904f19e06d48b86d6aa606c6fa88 (diff) | |
download | fluxbox-495271853665243852bf3693567bd5ca33c92cf8.zip fluxbox-495271853665243852bf3693567bd5ca33c92cf8.tar.bz2 |
Fix build issue
-rw-r--r-- | src/Makemodule.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makemodule.am b/src/Makemodule.am index 929161f..c9e41ec 100644 --- a/src/Makemodule.am +++ b/src/Makemodule.am | |||
@@ -68,7 +68,7 @@ src/defaults.cc: force | |||
68 | echo ' return "this_is_tar_ball_build";'; \ | 68 | echo ' return "this_is_tar_ball_build";'; \ |
69 | fi; \ | 69 | fi; \ |
70 | echo '}' ) > $(top_builddir)/src/defaults_tmp.cc | 70 | echo '}' ) > $(top_builddir)/src/defaults_tmp.cc |
71 | @if ! cmp defaults_tmp.cc defaults.cc ; then cp $(top_builddir)/src/defaults_tmp.cc $(top_builddir)/src/defaults.cc; fi | 71 | @if ! cmp $(top_builddir)/src/defaults_tmp.cc $(top_builddir)/src/defaults.cc ; then cp $(top_builddir)/src/defaults_tmp.cc $(top_builddir)/src/defaults.cc; fi |
72 | @rm $(top_builddir)/src/defaults_tmp.cc | 72 | @rm $(top_builddir)/src/defaults_tmp.cc |
73 | 73 | ||
74 | force: ; | 74 | force: ; |