diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2010-09-20 14:47:07 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2010-09-20 14:47:07 +0200 |
commit | 27f66487bc50ee5086c22f5831d72e4669fba084 (patch) | |
tree | b4ec5777429f3fde89d2c5b149be5224f4d0efc0 /libcommon/common/makefile | |
parent | 7743e389865f12decea06eb11380f5b0e53a283b (diff) |
Rename store() to update()
Diffstat (limited to 'libcommon/common/makefile')
-rw-r--r-- | libcommon/common/makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libcommon/common/makefile b/libcommon/common/makefile index fccce1a..c9ecdaf 100644 --- a/libcommon/common/makefile +++ b/libcommon/common/makefile @@ -80,7 +80,7 @@ $(dist): $(clean): $(common.l).o.clean \ $(common.l.cpp-options).clean \ $(addsuffix .cxx.clean,$(cxx_obj)) \ - $(addsuffix .cxx.clean,$(cxx_od)) \ + $(addsuffix .cxx.clean,$(cxx_od)) $(call message,rm $$1,rm -f $$1,$(out_base)/config.h) # Generated .gitignore. |