Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
FreeType
FreeType
Commits
094e5f5b
Commit
094e5f5b
authored
Feb 20, 2002
by
Werner Lemberg
Browse files
* builds/unix/install.mk (check): New dummy target. (.PHONY): Add it.
parent
81cb1bb9
Changes
2
Show whitespace changes
Inline
Side-by-side
ChangeLog
View file @
094e5f5b
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.
...
...
builds/unix/install.mk
View file @
094e5f5b
...
...
@@ -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.
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment