Ensure that copyright is unique for rc, librc and libeinfo. Also, fix branding a little.

This commit is contained in:
Roy Marples
2008-01-03 17:23:42 +00:00
parent f56929ea7d
commit 5ce37e1cef
4 changed files with 6 additions and 4 deletions

View File

@@ -100,7 +100,9 @@ all: .depend $(TARGET)
version.h:
sed -n -e 's/^VERSION =[[:space:]]*\([^[:space:]]*\).*/#define VERSION "\1\"/p' ../Makefile > version.h
test -n "${BRANDING}" && echo "#define BRANDING \"${BRANDING}\"" >> version.h
if test -n "${BRANDING}"; then \
echo "#define BRANDING \"${BRANDING}\"" >> version.h; \
fi
$(LIBEINFOOBJS):
$(CC) $(CPPFLAGS) $(CPPFLAGS_LIBEINFO) $(CFLAGS) -fPIC -c $<