Make sure alias files are built first (bug 16464)

Signed-off-by: Keith Packard <keithp@keithp.com>
This commit is contained in:
Peter 2008-06-22 09:21:05 -07:00 committed by Keith Packard
parent a93b4c2aab
commit 0e21b5a4d5
1 changed files with 3 additions and 1 deletions

View File

@ -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)