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