Commit ff7c7576 by Andreas Ericsson Committed by Shawn O. Pearce

s/COPYING/.HEADER/ for install-headers target

We don't want to prepend the entire license; Only the
file header part of it.

Signed-off-by: Andreas Ericsson <ae@op5.se>
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
parent 4f0adcd0
......@@ -41,7 +41,7 @@ test: $(TEST_RUN)
install-headers: $(PUBLIC_HEADERS)
@mkdir -p /tmp/gitinc/git
@for i in $^; do cat COPYING $$i > /tmp/gitinc/$${i##src/}; done
@for i in $^; do cat .HEADER $$i > /tmp/gitinc/$${i##src/}; done
.c.o:
$(CC) $(BASIC_CFLAGS) $(CFLAGS) -c $< -o $@
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment