ref: 258951d7c53fa4d0e53da00ad3a4b399e147588d
parent: b5349a9b75b233b4036da594187a9959c3446890
author: Werner Lemberg <[email protected]>
date: Tue Feb 19 19:55:59 EST 2002
* builds/unix/install.mk (check): New dummy target. (.PHONY): Add it.
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2002-02-20 Werner Lemberg <[email protected]>
+
+ * builds/unix/install.mk (check): New dummy target.
+ (.PHONY): Add it.
+
2002-02-19 Werner Lemberg <[email protected]>
* builds/freetype.mk (FT_CFLAGS): Use $(INCLUDE_FLAGS) first.
--- a/builds/unix/install.mk
+++ b/builds/unix/install.mk
@@ -13,7 +13,7 @@
# fully.
-.PHONY: install uninstall
+.PHONY: install uninstall check
# Unix installation and deinstallation targets.
install: $(PROJECT_LIBRARY)
@@ -53,6 +53,10 @@
-$(DELDIR) $(includedir)/freetype2
-$(DELETE) $(includedir)/ft2build.h
-$(DELETE) $(bindir)/freetype-config
+
+
+check:
+ @echo There is no validation suite for this package.
.PHONY: clean_project_unix distclean_project_unix