Minor fixes.
This commit is contained in:
parent
a82cd844fb
commit
4af2f18cc3
@ -44,7 +44,7 @@ while test $# -gt 0; do
|
||||
echo_exec_prefix=yes
|
||||
;;
|
||||
--version)
|
||||
echo @VERSION@
|
||||
echo @version_info@
|
||||
exit 0
|
||||
;;
|
||||
--cflags)
|
||||
|
@ -33,7 +33,8 @@ install: $(PROJECT_LIBRARY)
|
||||
-for P in $(CACHE_H) ; do \
|
||||
$(INSTALL_DATA) $$P $(includedir)/freetype2/freetype/cache ; \
|
||||
done
|
||||
$(INSTALL) -m a+x $(BUILD)/freetype-config $(bindir)/freetype-config
|
||||
$(INSTALL_SCRIPT) -m 755 $(BUILD)/freetype-config \
|
||||
$(bindir)/freetype-config
|
||||
|
||||
|
||||
uninstall:
|
||||
|
@ -5,3 +5,4 @@ config.cache
|
||||
config.log
|
||||
libtool
|
||||
ftconfig.h
|
||||
freetype-config
|
||||
|
@ -44,7 +44,7 @@ while test $# -gt 0; do
|
||||
echo_exec_prefix=yes
|
||||
;;
|
||||
--version)
|
||||
echo @VERSION@
|
||||
echo @version_info@
|
||||
exit 0
|
||||
;;
|
||||
--cflags)
|
||||
|
@ -33,7 +33,8 @@ install: $(PROJECT_LIBRARY)
|
||||
-for P in $(CACHE_H) ; do \
|
||||
$(INSTALL_DATA) $$P $(includedir)/freetype2/freetype/cache ; \
|
||||
done
|
||||
$(INSTALL) -m a+x $(BUILD)/freetype-config $(bindir)/freetype-config
|
||||
$(INSTALL_SCRIPT) -m 755 $(BUILD)/freetype-config \
|
||||
$(bindir)/freetype-config
|
||||
|
||||
|
||||
uninstall:
|
||||
|
Loading…
Reference in New Issue
Block a user