Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Rename environment variables.
[gitweb.git]
/
Makefile
diff --git
a/Makefile
b/Makefile
index f8fea4861777c8d226389f79056c9a056eb9f230..5c078f907aaecab48703bd1f86800b11785b0fb6 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-46,6
+46,8
@@
LIB_OBJS += strbuf.o
LIB_H += diff.h
LIB_OBJS += diff.o
+LIB_OBJS += gitenv.o
+
LIBS = $(LIB_FILE)
LIBS += -lz
@@
-116,6
+118,7
@@
sha1_file.o: $(LIB_H)
usage.o: $(LIB_H)
diff.o: $(LIB_H)
strbuf.o: $(LIB_H)
+gitenv.o: $(LIB_H)
clean:
rm -f *.o mozilla-sha1/*.o ppc/*.o $(PROG) $(LIB_FILE)