diff options
| author | Lars Hjemli <hjemli@gmail.com> | 2008-03-24 23:10:59 +0100 |
|---|---|---|
| committer | Lars Hjemli <hjemli@gmail.com> | 2008-03-24 23:27:16 +0100 |
| commit | 92908af4558d7362c7deeb05254343a5a5f11a05 (patch) | |
| tree | 6913a6f567375446fb680bc7e94dbabb5d8e496d | |
| parent | Makefile: autobuild dependency rules (diff) | |
| download | cgit-magenta-92908af4558d7362c7deeb05254343a5a5f11a05.tar.xz | |
Move cgit_version from shared.c to cgit.c
With the matching Makefile change, this makes sure that only cgit.o and cgit proper needs to be rebuildt when VERSION has been modified. Signed-off-by: Lars Hjemli <hjemli@gmail.com>
| -rw-r--r-- | Makefile | 4 | ||||
| -rw-r--r-- | cgit.c | 2 | ||||
| -rw-r--r-- | shared.c | 2 |
3 files changed, 5 insertions, 3 deletions
diff --git a/Makefile b/Makefile |
