projects
/
fontconfig.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a93b4c2
)
Make sure alias files are built first (bug 16464)
author
Peter
<pva@gentoo.org>
Sun, 22 Jun 2008 16:21:05 +0000
(09:21 -0700)
committer
Keith Packard
<keithp@keithp.com>
Sun, 22 Jun 2008 16:22:04 +0000
(09:22 -0700)
Signed-off-by: Keith Packard <keithp@keithp.com>
fc-case/Makefile.am
patch
|
blob
|
history
diff --git
a/fc-case/Makefile.am
b/fc-case/Makefile.am
index d4fa12d87e893554730d79ff474d663c8507c052..e1e30465f7998098308376b2f464bcd2ef28eaf2 100644
(file)
--- a/
fc-case/Makefile.am
+++ b/
fc-case/Makefile.am
@@
-36,6
+36,8
@@
noinst_PROGRAMS=fc-case
noinst_MANS=fc-case.man
+noinst_HEADERS=$(TARG)
+
fc_case_SRCS= \
fc-case.c \
fccaseint.h \
@@
-52,7
+54,7
@@
$(TARG): $(STMPL) fc-case$(EXEEXT) $(SCASEFOLDING)
ALIAS_FILES = fcalias.h fcaliastail.h
-BUILT_SOURCES = $(ALIAS_FILES)
$(TARG)
+BUILT_SOURCES = $(ALIAS_FILES)
$(ALIAS_FILES):
touch $(ALIAS_FILES)