mirror of https://github.com/freetype/freetype
* builds/unix/install.mk (check): New dummy target.
(.PHONY): Add it.
This commit is contained in:
parent
b5349a9b75
commit
258951d7c5
|
@ -1,3 +1,8 @@
|
|||
2002-02-20 Werner Lemberg <wl@gnu.org>
|
||||
|
||||
* builds/unix/install.mk (check): New dummy target.
|
||||
(.PHONY): Add it.
|
||||
|
||||
2002-02-19 Werner Lemberg <wl@gnu.org>
|
||||
|
||||
* builds/freetype.mk (FT_CFLAGS): Use $(INCLUDE_FLAGS) first.
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
# fully.
|
||||
|
||||
|
||||
.PHONY: install uninstall
|
||||
.PHONY: install uninstall check
|
||||
|
||||
# Unix installation and deinstallation targets.
|
||||
install: $(PROJECT_LIBRARY)
|
||||
|
@ -55,6 +55,10 @@ uninstall:
|
|||
-$(DELETE) $(bindir)/freetype-config
|
||||
|
||||
|
||||
check:
|
||||
@echo There is no validation suite for this package.
|
||||
|
||||
|
||||
.PHONY: clean_project_unix distclean_project_unix
|
||||
|
||||
# Unix cleaning and distclean rules.
|
||||
|
|
Loading…
Reference in New Issue