diff options
author | Linus Torvalds <torvalds@g5.osdl.org> | 2005-07-08 16:20:59 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2005-07-08 16:20:59 -0700 |
commit | 26c8a533afac9540e46e7d7707d9179772c6d2c8 (patch) | |
tree | e120298e53f63cc6fd50984a3111d96da900f780 /Makefile | |
parent | 5c5dc2fb51ad43100881d563a9d07ac1b70a5607 (diff) | |
download | git-26c8a533afac9540e46e7d7707d9179772c6d2c8.tar.gz |
Add "mkpath()" helper function
I'm bored with doing it by hand all the time.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -56,7 +56,7 @@ install: $(PROG) $(SCRIPTS) $(INSTALL) $(PROG) $(SCRIPTS) $(dest)$(bin) LIB_OBJS=read-cache.o sha1_file.o usage.o object.o commit.o tree.o blob.o \ - tag.o date.o index.o diff-delta.o patch-delta.o entry.o \ + tag.o date.o index.o diff-delta.o patch-delta.o entry.o path.o \ epoch.o refs.o csum-file.o pack-check.o pkt-line.o connect.o LIB_FILE=libgit.a LIB_H=cache.h object.h blob.h tree.h commit.h tag.h delta.h epoch.h csum-file.h \ |